mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:26:12 +00:00
zebra: For older distributions RTPROT_BABEL might not be defined
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
40078ccb05
commit
fb533f22b5
@ -33,6 +33,9 @@
|
||||
#define RTPROT_OSPF 188
|
||||
#define RTPROT_RIP 189
|
||||
#define RTPROT_RIPNG 190
|
||||
#if !defined(RTPROT_BABEL)
|
||||
#define BABEL 42
|
||||
#endif
|
||||
|
||||
void rt_netlink_init (void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user