mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 11:25:41 +00:00
zebra: Fix compiles for non-linux based systems
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
40a678a421
commit
f909c67393
@ -63,6 +63,14 @@
|
|||||||
((struct rtattr *) (((u_char *) (rta)) + RTA_ALIGN((rta)->rta_len)))
|
((struct rtattr *) (((u_char *) (rta)) + RTA_ALIGN((rta)->rta_len)))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef RTNL_FAMILY_IP6MR
|
||||||
|
#define RTNL_FAMILY_IP6MR 129
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef RTPROT_MROUTED
|
||||||
|
#define RTPROT_MROUTED 17
|
||||||
|
#endif
|
||||||
|
|
||||||
static const struct message nlmsg_str[] = {
|
static const struct message nlmsg_str[] = {
|
||||||
{RTM_NEWROUTE, "RTM_NEWROUTE"},
|
{RTM_NEWROUTE, "RTM_NEWROUTE"},
|
||||||
{RTM_DELROUTE, "RTM_DELROUTE"},
|
{RTM_DELROUTE, "RTM_DELROUTE"},
|
||||||
|
Loading…
Reference in New Issue
Block a user