diff options
| author | Wesley Coakley <w@wesleycoakley.com> | 2021-06-16 20:34:30 -0400 |
|---|---|---|
| committer | Wesley Coakley <w@wesleycoakley.com> | 2021-06-16 20:34:30 -0400 |
| commit | cbfb52986ffdcda2f255f7886dcbd3db95a1da54 (patch) | |
| tree | 31f5b5f916d88754e432ade342428a481ce1d844 /tools/frr-reload.py | |
| parent | 9b1bc4d661381a822d3285b62177c182ede8afcc (diff) | |
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/frr-reload.py')
| -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 448ab79ead..791e8db9e3 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 ", |
