Merge pull request #4698 from opensourcerouting/frr-reload-fix-misc-cmds

frr-reload.py: fix reload with different settings
This commit is contained in:
Donald Sharp 2019-07-30 10:11:04 -04:00 committed by GitHub
commit 5dc0587f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,8 +393,10 @@ end
# is not the main router bgp block, but enabling multi-instance # is not the main router bgp block, but enabling multi-instance
oneline_ctx_keywords = ("access-list ", oneline_ctx_keywords = ("access-list ",
"agentx", "agentx",
"allow-external-route-update",
"bgp ", "bgp ",
"debug ", "debug ",
"domainname ",
"dump ", "dump ",
"enable ", "enable ",
"frr ", "frr ",