diff options
author | Wesley Coakley <w@wesleycoakley.com> | 2021-06-17 02:34:30 +0200 |
---|---|---|
committer | Wesley Coakley <w@wesleycoakley.com> | 2021-06-17 02:34:30 +0200 |
commit | cbfb52986ffdcda2f255f7886dcbd3db95a1da54 (patch) | |
tree | 31f5b5f916d88754e432ade342428a481ce1d844 /tools | |
parent | Merge pull request #8856 from LabNConsulting/chopps/topo-valgrind (diff) | |
download | frr-cbfb52986ffdcda2f255f7886dcbd3db95a1da54.tar.xz frr-cbfb52986ffdcda2f255f7886dcbd3db95a1da54.zip |
tools: reload recognizes `pbr table range` as single-line ctx
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>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/frr-reload.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/frr-reload.py b/tools/frr-reload.py index 448ab79ea..791e8db9e 100755 --- a/tools/frr-reload.py +++ b/tools/frr-reload.py @@ -599,6 +599,7 @@ end "mpls label", "no ", "password ", + "pbr ", "ptm-enable", "router-id ", "service ", |