From a840a40df4765bdb3a2e1e3f8c0780a54acf9199 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 17 Jun 2020 16:52:43 -0400 Subject: [PATCH] tools: 'evpn mh' is a new one-line context frr-reload.py needs to know about config-level commands, otherwise it assumes they are contexts Ticket: CM-30128 Ticket: CM-30077 Signed-off-by: Quentin Young --- tools/frr-reload.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/frr-reload.py b/tools/frr-reload.py index bdba65ee2f..97bf53a3e1 100755 --- a/tools/frr-reload.py +++ b/tools/frr-reload.py @@ -504,7 +504,8 @@ end "table ", "username ", "zebra ", - "vrrp autoconfigure") + "vrrp autoconfigure", + "evpn mh") for line in self.lines: -- 2.39.5