tools: Allow frr-reload.py to know about agentx

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Daniel Walton 2017-05-17 00:25:28 +00:00
parent ec3fd95774
commit e80c8c5531

View File

@ -347,6 +347,7 @@ end
# the keywords that we know are single line contexts. bgp in this case # the keywords that we know are single line contexts. bgp in this case
# 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",
"bgp ", "bgp ",
"debug ", "debug ",
"dump ", "dump ",