mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 06:55:18 +00:00
Clarify the different permutations of soft clearing a peer
This commit is contained in:
parent
f702c39f46
commit
e0bce756b7
418
bgpd/bgp_vty.c
418
bgpd/bgp_vty.c
File diff suppressed because it is too large
Load Diff
@ -456,6 +456,10 @@ struct cmd_token
|
||||
#define CLEAR_STR "Reset functions\n"
|
||||
#define RIP_STR "RIP information\n"
|
||||
#define BGP_STR "BGP information\n"
|
||||
#define BGP_SOFT_STR "Soft reconfig inbound and outbound updates\n"
|
||||
#define BGP_SOFT_IN_STR "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
|
||||
#define BGP_SOFT_OUT_STR "Resend all outbound updates\n"
|
||||
#define BGP_SOFT_RSCLIENT_RIB_STR "Soft reconfig for rsclient RIB\n"
|
||||
#define OSPF_STR "OSPF information\n"
|
||||
#define NEIGHBOR_STR "Specify neighbor router\n"
|
||||
#define DEBUG_STR "Debugging functions (see also 'undebug')\n"
|
||||
|
Loading…
Reference in New Issue
Block a user