1
0
Fork 0
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:
Mehdi Abaakouk 2012-02-07 15:40:48 +01:00
parent 713af83340
commit 581b3a9090

View file

@ -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",""):