summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Slice <dslice@nvidia.com>2021-06-09 23:17:21 +0200
committerDon Slice <dslice@nvidia.com>2021-06-18 17:09:02 +0200
commit1443e2314837a659adafdf04e41a768b40ec6850 (patch)
treea0a73768b8449834cdfc833c2f4873d3f9e76c46
parentMerge pull request #8478 from mjstapp/fix_nb_grpc_shutdown (diff)
downloadfrr-1443e2314837a659adafdf04e41a768b40ec6850.tar.xz
frr-1443e2314837a659adafdf04e41a768b40ec6850.zip
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 <dslice@nvidia.com>
-rwxr-xr-xtools/frr-reload.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/frr-reload.py b/tools/frr-reload.py
index 448ab79ea..52e561abf 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 ",