mirror of
https://github.com/sileht/bird-lg.git
synced 2024-10-31 21:54:41 +01:00
Fix commit e75842b0
(typo)
This commit is contained in:
parent
e75842b025
commit
5cb45d5785
|
@ -73,7 +73,7 @@ def traceroute():
|
|||
|
||||
if sys.platform.startswith('freebsd') or sys.platform.startswith('netbsd'):
|
||||
options = [ '-a', '-q1', '-w1', '-m15' ]
|
||||
if sys.platform.startswith('openbsd'):
|
||||
elif sys.platform.startswith('openbsd'):
|
||||
options = [ '-A', '-q1', '-w1', '-m15' ]
|
||||
else: # For Linux
|
||||
options = [ '-A', '-q1', '-N32', '-w1', '-m15' ]
|
||||
|
|
Loading…
Reference in a new issue