diff options
| author | Farid Mihoub <farid.mihoub@6wind.com> | 2023-06-14 16:16:55 +0200 |
|---|---|---|
| committer | Farid Mihoub <farid.mihoub@6wind.com> | 2023-07-31 11:52:36 +0200 |
| commit | 902a8d1fd320e71d291e6cded960bf8d3c0fd194 (patch) | |
| tree | 6fabf4c96d2ef838a5537acf4f4fa96784d1b92f /lib/command.h | |
| parent | 1aa34e5fb79ed2ccc3bf333d19ac1e1ba972e53f (diff) | |
bgpd: add set extended-comm-list <> delete command
Signed-off-by: Farid Mihoub <farid.mihoub@6wind.com>
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 39fbfa661a..3167c652c5 100644 --- a/lib/command.h +++ b/lib/command.h @@ -416,6 +416,10 @@ struct cmd_node { #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|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 EXTCOMM_LIST_CMD_STR "<(1-99)|(100-500)|EXTCOMMUNITY_LIST_NAME>" +#define EXTCOMM_STD_LIST_NUM_STR "Extended community-list number (standard)\n" +#define EXTCOMM_EXP_LIST_NUM_STR "Extended community-list number (expanded)\n" +#define EXTCOMM_LIST_NAME_STR "Extended community-list name\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" |
