diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-23 22:27:55 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-23 22:27:55 +0000 |
commit | 369688c0c7a325e889e841afc2d59430baf079a2 (patch) | |
tree | 55c5e916f607609fc0e242ca874ff14758cc5f44 /bgpd/ChangeLog | |
parent | 825cd49ead7a9222f93b37f65030f5ff325cd4ab (diff) |
[bgpd] expand vty help for neighbor ... update-source
2006-05-23 Paul Jakma <paul.jakma@sun.com>
* bgp_vty.c: (neighbor_update_source_cmd) Expand tab completion
to make it clear it takes both address and ifname.
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 7f4f3f1a..5176e2b6 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,8 @@ +2006-05-23 Paul Jakma <paul.jakma@sun.com> + + * bgp_vty.c: (neighbor_update_source_cmd) Expand tab completion + to make it clear it takes both address and ifname. + 2006-05-12 Paul Jakma <paul.jakma@sun.com> * bgp_attr.c: (bgp_packet_attribute) Remove dead code, Coverity |