From e80c8c5531635e9df550f11b466f35644668f9f5 Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Wed, 17 May 2017 00:25:28 +0000 Subject: [PATCH] tools: Allow frr-reload.py to know about agentx Signed-off-by: Daniel Walton Signed-off-by: Donald Sharp --- tools/frr-reload.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/frr-reload.py b/tools/frr-reload.py index 11e0bdc681..a9151e3e7d 100755 --- a/tools/frr-reload.py +++ b/tools/frr-reload.py @@ -347,6 +347,7 @@ end # the keywords that we know are single line contexts. bgp in this case # is not the main router bgp block, but enabling multi-instance oneline_ctx_keywords = ("access-list ", + "agentx", "bgp ", "debug ", "dump ",