diff options
| author | Louis Scalbert <louis.scalbert@6wind.com> | 2023-02-09 14:11:49 +0100 |
|---|---|---|
| committer | Louis Scalbert <louis.scalbert@6wind.com> | 2023-09-18 14:39:56 +0200 |
| commit | ae2f3bb5b4eed01df1f7a69c7710c9be519390f6 (patch) | |
| tree | 44c3209af699d535cc8f79f16a2b66cc417bc7eb /lib/command.h | |
| parent | 3cf5ff27155138ad7b7bafd2e815ca1bba5744ea (diff) | |
bgpd: add bgp link-state address-family configuration context
Add the bgp link-state configuration context cli:
> router bgp 65001
> address-family link-state link-state
> neighbor 192.0.2.2 activate
> exit-address-family
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 718d34b007..36640c493f 100644 --- a/lib/command.h +++ b/lib/command.h @@ -174,6 +174,7 @@ enum node_type { BMP_NODE, /* BMP config under router bgp */ ISIS_SRV6_NODE, /* ISIS SRv6 node */ ISIS_SRV6_NODE_MSD_NODE, /* ISIS SRv6 Node MSDs node */ + BGP_LS_NODE, /* BGP-LS configuration node */ NODE_TYPE_MAX, /* maximum */ }; /* clang-format on */ |
