]> git.proxmox.com Git - mirror_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)
committerWesley Coakley <w@wesleycoakley.com>
Thu, 17 Jun 2021 00:34:30 +0000 (20:34 -0400)
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>
tools/frr-reload.py

index 448ab79ead8ee937993ff734e46665e5710b3805..791e8db9e3bccf2600551eec26521a2a295afd16 100755 (executable)
@@ -599,6 +599,7 @@ end
             "mpls label",
             "no ",
             "password ",
+            "pbr ",
             "ptm-enable",
             "router-id ",
             "service ",