forked from Mirror/frr
bgpd: remove unused variable
This fixes a linking issue on Fedora Rawhide: /usr/bin/ld: bgpd/libbgp.a(bgp_flowspec.o):/home/ruben/src/frr/./bgpd/bgp_attr_evpn.h:37: multiple definition of `eth_tag_id'; bgpd/bgp_btoa-bgp_btoa.o:/home/ruben/src/frr/./bgpd/bgp_attr_evpn.h:37: first defined here collect2: error: ld returned 1 exit status Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
3c685e64ff
commit
01feb0907f
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
#define MAX_ET 0xffffffff
|
#define MAX_ET 0xffffffff
|
||||||
|
|
||||||
unsigned long eth_tag_id;
|
|
||||||
struct attr;
|
struct attr;
|
||||||
|
|
||||||
/* EVPN ESI */
|
/* EVPN ESI */
|
||||||
|
|
Loading…
Reference in a new issue