diff options
author | hasso <hasso> | 2005-02-01 20:13:16 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-02-01 20:13:16 +0000 |
commit | f418446bb767d79438e2df689c5bf9563c54b317 (patch) | |
tree | a1c7322c8b54e46a09bf2f402537277fff59c1c3 /bgpd/bgp_vty.c | |
parent | 6a52d0d155fc8b892e30cdb5e3fbe4c2779bd4cd (diff) |
* bgp_nexthop.c: Improve debug.
* bgpd.[ch], bgp_nexthop.c, bgp_snmp.c: Remove useless bgp_get_master()
function.
* bgp_packet.c: MP AFI_IP update and withdraw parsing.
* bgp_fsm.c: Reset peer synctime in bgp_stop(). bgp_fsm_change_status()
is better place to log about peer status change than bgp_event().
Log in bgp_connect_success().
* bgp_vty.c: Fix typo in comment.
* bgp_attr.c: Better log about unknown attribute.
[merge from GNU Zebra]
Diffstat (limited to 'bgpd/bgp_vty.c')
-rw-r--r-- | bgpd/bgp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 5968f68c..b94e66b0 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -2770,7 +2770,7 @@ peer_port_vty (struct vty *vty, const char *ip_str, int afi, return CMD_SUCCESS; } -/* Set specified peer's BGP version. */ +/* Set specified peer's BGP port. */ DEFUN (neighbor_port, neighbor_port_cmd, NEIGHBOR_CMD "port <0-65535>", |