From: Don Slice Date: Wed, 9 Jun 2021 21:17:21 +0000 (-0700) Subject: tools: add mac access-list context to frr-reload.py X-Git-Tag: base_8.1~414^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=1443e2314837a659adafdf04e41a768b40ec6850;p=matthieu%2Ffrr.git 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 --- 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 ",