This commit is contained in:
iFargle
2023-03-28 21:56:59 +09:00
parent dd1314a9de
commit 33808ae943

View File

@@ -765,7 +765,7 @@ def render_routes():
# Get a list of all prefixes for all routes...
for route_check in all_routes["routes"]:
# ... that aren't exit routes...
if route["prefix"] !="0.0.0.0/0" and route["prefix"] !="::/0":
if route["prefix"] !="0.0.0.0/0" and route["prefix"] != "::/0":
# if the curren route matches any prefix of any other route...
if route["prefix"] == route_check["prefix"]:
# and the route ID's are different ...