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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 8c69a9af..fd6e20b6 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +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 + 2005-08-10 Greg Troxel <gdt@fnord.ir.bbn.com> * getopt.h: Don't declare getopt (rather than getopt_long), since |