diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-03-26 08:50:06 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-03-26 08:50:06 +0200 |
| commit | 42b9d985ccced6ee4ccc70b139c78cd47867b2ba (patch) | |
| tree | 220fa6c99f7e94728d0b602082274d82755bc3ef | |
| parent | 37fd4519976d3428df1d21aee1858b53ecfb045f (diff) | |
bgpd: Remove unused defines from bgp_label.h
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
| -rw-r--r-- | bgpd/bgp_label.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
