diff options
author | hasso <hasso> | 2005-02-01 21:30:04 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-02-01 21:30:04 +0000 |
commit | 3d515fd9af9f126667a9c2da9c2f40c4c37c28df (patch) | |
tree | c107224556ed7678d7a5afc42c19742948cda477 /bgpd/ChangeLog | |
parent | 0a486e5fcb1b8dac7d8b4cf6ed93e82b8b72fed6 (diff) |
* bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for old
draft - ie. "neighbor version 4-" commands. Preserve dummy "neighbor
version" command as deprecated.
[merge from GNU Zebra]
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 00072cca..10ccdf4e 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,5 +1,11 @@ 2005-02-01 Akihiro Mizutani <mizutani@net-chef.net> + * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for old + draft - ie. "neighbor version 4-" commands. Preserve dummy "neighbor + version" command as deprecated. + +2005-02-01 Akihiro Mizutani <mizutani@net-chef.net> + * bgpd.[ch], bgp_vty.c, bgp_route.c: "Restart session after maximum-prefix limit" feature support. |