diff options
| author | David Lamparter <equinox@diac24.net> | 2017-08-09 14:35:17 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2017-08-09 14:35:17 +0200 |
| commit | 9cdce038c51d259e4416c3e2f15d70e76c5e176f (patch) | |
| tree | 29fbd9adce8d50fb3183069e57f88f875b73efc0 /lib/command.c | |
| parent | 11f3bfdd71f9ccef52ddb6bc349b0554fd18c7ff (diff) | |
| parent | 0e236c6cd7bef12a2a375153a0e2d81a961562a2 (diff) | |
Merge branch 'stable/3.0'
... with a lot of fixups.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index f28a55ec6d..09ffa6ce56 100644 --- a/lib/command.c +++ b/lib/command.c @@ -110,6 +110,7 @@ const char *node_names[] = { "forwarding", // FORWARDING_NODE, "protocol", // PROTOCOL_NODE, "mpls", // MPLS_NODE, + "pw", // PW_NODE, "vty", // VTY_NODE, "link-params", // LINK_PARAMS_NODE, "bgp evpn vni", // BGP_EVPN_VNI_NODE, @@ -1253,6 +1254,7 @@ void cmd_exit(struct vty *vty) vty_config_unlock(vty); break; case INTERFACE_NODE: + case PW_NODE: case NS_NODE: case VRF_NODE: case ZEBRA_NODE: @@ -1338,6 +1340,7 @@ DEFUN (config_end, break; case CONFIG_NODE: case INTERFACE_NODE: + case PW_NODE: case NS_NODE: case VRF_NODE: case ZEBRA_NODE: |
