Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
elif line.startswith("mntner:"):
return
+ # as-block (ignored)
+ elif line.startswith("as-block:"):
+ return
+
+ # as-set (ignored)
+ elif line.startswith("as-set:"):
+ return
+
+ # route-set (ignored)
+ elif line.startswith("route-set:"):
+ return
+
+ # role (ignored)
+ elif line.startswith("role:"):
+ return
+
+ # key-cert (ignored)
+ elif line.startswith("key-cert:"):
+ return
+
+ # irt (ignored)
+ elif line.startswith("irt:"):
+ return
+
# Log any unknown blocks
else:
logging.warning("Unknown block:")