diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-17 18:14:27 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-17 18:15:28 +0200 |
| commit | cfd01fc0ac9685522eb369c46f0810e9ddbb9303 (patch) | |
| tree | 30d12528bda771441a211a6b312496a18cc47e71 /bgpd/bgp_memory.c | |
| parent | 405e1c848faf6dd96d6f16fdbd33c7e6d5a6fcfa (diff) | |
Revert "bgpd: optimal router reflection cli and fsm changes"
This reverts commit 70cd87ca02125616e9f61f97ab504248c935bd83.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_memory.c')
| -rw-r--r-- | bgpd/bgp_memory.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bgpd/bgp_memory.c b/bgpd/bgp_memory.c index ced3e1890e..850657d35e 100644 --- a/bgpd/bgp_memory.c +++ b/bgpd/bgp_memory.c @@ -134,12 +134,8 @@ DEFINE_MTYPE(BGPD, BGP_EVPN_VRF_IMPORT_RT, "BGP EVPN VRF Import RT"); DEFINE_MTYPE(BGPD, BGP_SRV6_L3VPN, "BGP prefix-sid srv6 l3vpn servcie"); DEFINE_MTYPE(BGPD, BGP_SRV6_VPN, "BGP prefix-sid srv6 vpn service"); - DEFINE_MTYPE(BGPD, BGP_SRV6_SID, "BGP srv6 segment-id"); DEFINE_MTYPE(BGPD, BGP_SRV6_FUNCTION, "BGP srv6 function"); DEFINE_MTYPE(BGPD, EVPN_REMOTE_IP, "BGP EVPN Remote IP hash entry"); DEFINE_MTYPE(BGPD, BGP_NOTIFICATION, "BGP Notification Message"); -DEFINE_MTYPE(BGPD, BGP_ORR_GROUP, "BGP Optimal Route Reflection Group"); -DEFINE_MTYPE(BGPD, BGP_ORR_GROUP_NAME, - "BGP Optimal Route Reflection Group Name"); |
