mirror of
https://github.com/sileht/bird-lg.git
synced 2024-11-25 00:04:42 +01:00
Allow no src ip
This commit is contained in:
parent
713af83340
commit
581b3a9090
|
@ -39,6 +39,7 @@ def check_accesslist():
|
||||||
def traceroute():
|
def traceroute():
|
||||||
check_accesslist()
|
check_accesslist()
|
||||||
|
|
||||||
|
src = []
|
||||||
if request.path == '/traceroute6':
|
if request.path == '/traceroute6':
|
||||||
o = "-6"
|
o = "-6"
|
||||||
if app.config.get("IPV6_SOURCE",""):
|
if app.config.get("IPV6_SOURCE",""):
|
||||||
|
|
Loading…
Reference in a new issue