From: Donatas Abraitis Date: Wed, 26 Mar 2025 06:50:06 +0000 (+0200) Subject: bgpd: Remove unused defines from bgp_label.h X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=42b9d985ccced6ee4ccc70b139c78cd47867b2ba;p=matthieu%2Ffrr.git bgpd: Remove unused defines from bgp_label.h Signed-off-by: Donatas Abraitis --- diff --git a/bgpd/bgp_label.h b/bgpd/bgp_label.h index 2ffd5b699d..ff002c2071 100644 --- a/bgpd/bgp_label.h +++ b/bgpd/bgp_label.h @@ -7,8 +7,6 @@ #define _BGP_LABEL_H #define BGP_LABEL_BYTES 3 -#define BGP_LABEL_BITS 24 -#define BGP_WITHDRAW_LABEL 0x800000 #define BGP_PREVENT_VRF_2_VRF_LEAK 0xFFFFFFFE struct bgp_dest;