diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-03-07 16:02:41 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-03-07 16:02:41 +0100 |
commit | a523ab9fc83ac3a9b4e97a97ad62f6fe8f38e018 (patch) | |
tree | f165af6a3e90a12fc3d68590636ef136f6a1c1c3 /tools | |
parent | Merge branch 'frr/pull/228' ("doc: add CLI implementation documentation") (diff) | |
parent | tools: frr-reload.py needs to treat "no " as a single line context (diff) | |
download | frr-a523ab9fc83ac3a9b4e97a97ad62f6fe8f38e018.tar.xz frr-a523ab9fc83ac3a9b4e97a97ad62f6fe8f38e018.zip |
Merge branch 'frr/pull/236' ("tools: frr-reload.py needs to treat "mpls" as a single line context")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/frr-reload.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/frr-reload.py b/tools/frr-reload.py index bf2b00696..4c2630009 100755 --- a/tools/frr-reload.py +++ b/tools/frr-reload.py @@ -350,6 +350,8 @@ end "ip ", "ipv6 ", "log ", + "mpls", + "no ", "password ", "ptm-enable", "router-id ", |