mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
bgpd: Remove unused defines from bgp_label.h
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
37fd451997
commit
42b9d985cc
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue