From 1443e2314837a659adafdf04e41a768b40ec6850 Mon Sep 17 00:00:00 2001 From: Don Slice Date: Wed, 9 Jun 2021 14:17:21 -0700 Subject: [PATCH] tools: add mac access-list context to frr-reload.py Problem reported that frr-reload.py didn't handle the mac access-list command correctly, causing reloads to fail. This fix adds the support for the command as a single line context. Signed-off-by: Don Slice --- tools/frr-reload.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/frr-reload.py b/tools/frr-reload.py index 448ab79ead..52e561abfb 100755 --- a/tools/frr-reload.py +++ b/tools/frr-reload.py @@ -595,6 +595,7 @@ end "ip ", "ipv6 ", "log ", + "mac access-list ", "mpls lsp", "mpls label", "no ", -- 2.39.5