diff options
author | paul <paul> | 2005-08-22 22:39:56 +0000 |
---|---|---|
committer | paul <paul> | 2005-08-22 22:39:56 +0000 |
commit | 1e83659026e5b9c5876273c83e86fd229dd98c88 (patch) | |
tree | cad15dd7ea31d3c0e18f1c0cd868168a3391e01e /lib/vty.c | |
parent | b40d939b477a08d79dbee947aea42ac652090f85 (diff) |
2005-08-22 Hugo Santos <hsantos@av.it.pt>
* command.h: (enum node_type) Add BGP_IPV6M_NODE
* command.c: (node_parent) Handle BGP_IPV6M_NODE node
(config_exit, config_end) ditto
* vty.c: (vty_end_config) Handle BGP_IPV6M_NODE node
Diffstat (limited to 'lib/vty.c')
-rw-r--r-- | lib/vty.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -685,6 +685,7 @@ vty_end_config (struct vty *vty) case BGP_IPV4_NODE: case BGP_IPV4M_NODE: case BGP_IPV6_NODE: + case BGP_IPV6M_NODE: case RMAP_NODE: case OSPF_NODE: case OSPF6_NODE: |