diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-01-22 08:36:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 08:36:27 -0500 |
| commit | f939c3a69f1eb7f3a99885132809104b95518c17 (patch) | |
| tree | a4322548a419e9e279ec120da00fc4958371f7c7 /lib/command.h | |
| parent | 75691bb7c4c7c16bb200421ca5defd94abdfd594 (diff) | |
| parent | 3130cfd7420d7510317cdd9a127da1ca63381647 (diff) | |
Merge pull request #7899 from ton31337/fix/bgpd_blackhole_communitybase_7.6
bgpd: Massage Blackhole community
Diffstat (limited to 'lib/command.h')
| -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" |
