mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Limit rdisc retry
This commit is contained in:
parent
5851dcaebf
commit
e10f778c34
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ function _ipv6_discover(interface)
|
|||
local result = {}
|
||||
|
||||
--local ra6_list = (sys.exec("rdisc6 -nm " .. interface))
|
||||
local ra6_list = (sys.exec("rdisc6 -n1 " .. interface))
|
||||
local ra6_list = (sys.exec("rdisc6 -n1 -r1 " .. interface))
|
||||
-- dissect results
|
||||
local lines = {}
|
||||
local index = {}
|
||||
|
|
Loading…
Reference in a new issue