mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-15 21:12:31 +00:00
lib: Fix some defines for older platforms
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
ea3ce9a1a5
commit
d5424e5356
@ -96,6 +96,10 @@
|
|||||||
#define NDA_MASTER 9
|
#define NDA_MASTER 9
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef NTF_MASTER
|
||||||
|
#define NTF_MASTER 0x04
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef NTF_SELF
|
#ifndef NTF_SELF
|
||||||
#define NTF_SELF 0x02
|
#define NTF_SELF 0x02
|
||||||
#endif
|
#endif
|
||||||
@ -104,6 +108,10 @@
|
|||||||
#define NTF_EXT_LEARNED 0x10
|
#define NTF_EXT_LEARNED 0x10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef NDA_IFINDEX
|
||||||
|
#define NDA_IFINDEX 8
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef NDA_VLAN
|
#ifndef NDA_VLAN
|
||||||
#define NDA_VLAN 5
|
#define NDA_VLAN 5
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user