diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/command.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h index bfe64a7235..b002e79f09 100644 --- a/lib/command.h +++ b/lib/command.h @@ -414,7 +414,8 @@ struct cmd_node {  	"<neighbor|interface|area|lsa|zebra|config|dbex|spf|route|lsdb|redistribute|hook|asbr|prefix|abr>"  #define AREA_TAG_STR "[area tag]\n"  #define COMMUNITY_AANN_STR "Community number where AA and NN are (0-65535)\n" -#define COMMUNITY_VAL_STR  "Community number in AA:NN format (where AA and NN are (0-65535)) or local-AS|no-advertise|no-export|internet or additive\n" +#define COMMUNITY_VAL_STR                                                      \ +	"Community number in AA:NN format (where AA and NN are (0-65535)) or local-AS|no-advertise|no-export|internet|graceful-shutdown|accept-own-nexthop|accept-own|route-filter-translated-v4|route-filter-v4|route-filter-translated-v6|route-filter-v6|llgr-stale|no-llgr|blackhole|no-peer or additive\n"  #define MPLS_TE_STR "MPLS-TE specific commands\n"  #define LINK_PARAMS_STR "Configure interface link parameters\n"  #define OSPF_RI_STR "OSPF Router Information specific commands\n"  | 
