]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tools: reload recognizes `pbr table range` as single-line ctx
authorWesley Coakley <w@wesleycoakley.com>
Thu, 17 Jun 2021 00:34:30 +0000 (20:34 -0400)
committermergify-bot <noreply@mergify.io>
Fri, 23 Jul 2021 09:09:09 +0000 (09:09 +0000)
The line `pbr table range ...` does not start a new context so treat it
like a single-line context

Signed-off-by: Wesley Coakley <w@wesleycoakley.com>
(cherry picked from commit cbfb52986ffdcda2f255f7886dcbd3db95a1da54)

tools/frr-reload.py

index c28a971525aeaf76185db21e8b7c21a7b3f971bd..5c64bc8625388bcbbb2edfd738ed64b7641b958d 100755 (executable)
@@ -599,6 +599,7 @@ end
             "mpls label",
             "no ",
             "password ",
+            "pbr ",
             "ptm-enable",
             "router-id ",
             "service ",