diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-03-26 08:50:06 +0200 |
|---|---|---|
| committer | ton31337 <3352707+ton31337@users.noreply.github.com> | 2025-03-28 15:08:05 +0000 |
| commit | 5ae516b5a3d6d36f69d2efa5934ea664e0f24ae8 (patch) | |
| tree | 205283457355bb79ac4badfdf572422fffbd911e | |
| parent | 10d922b6316034a63c820e2c0e81c96dafaebff6 (diff) | |
bgpd: Remove unused defines from bgp_label.h
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 42b9d985ccced6ee4ccc70b139c78cd47867b2ba)
| -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; |
