diff options
author | hasso <hasso> | 2005-02-02 17:15:34 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-02-02 17:15:34 +0000 |
commit | dd4c593fb88b7c6cf5f27aa8a8286644743ed58a (patch) | |
tree | 962cd10bb5bf92a42285f3bb88cbb3ef3f33f595 /bgpd/ChangeLog | |
parent | c1643bb7d7de6c030a61983be8e0925160a9e427 (diff) |
* bgp_vty.c: Deprecate "neighbor transparent-as" and "neighbor
transparent-nexthop" commands.
[merge from GNU Zebra]
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 8a64fe9d..009f7f98 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,5 +1,10 @@ 2005-02-02 Akihiro Mizutani <mizutani@net-chef.net> + * bgp_vty.c: Deprecate "neighbor transparent-as" and "neighbor + transparent-nexthop" commands. + +2005-02-02 Akihiro Mizutani <mizutani@net-chef.net> + * bgp_routemap.c: New route-map command - "match ip route-source". 2005-02-02 Akihiro Mizutani <mizutani@net-chef.net> |