Commit f476cdfd authored by Michael Tremer's avatar Michael Tremer

location-importer: Fix typo in "aut-num"

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 94dfab8c
......@@ -611,8 +611,8 @@ class CLI(object):
block.get("is-anycast") == "yes",
)
elif type == "autnum":
autnum = block.get("autnum")
elif type == "aut-num":
autnum = block.get("aut-num")
# Check if AS number begins with "AS"
if not autnum.startswith("AS"):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment