mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:27:21 +00:00
zebra: fix build on OpenBSD >= 5.9
RTF_XRESOLVE was removed from the OpenBSD tree recently. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
cbca9a189c
commit
23b1f40048
@ -240,7 +240,9 @@ static const struct message rtm_flag_str[] =
|
|||||||
#ifdef RTF_CLONING
|
#ifdef RTF_CLONING
|
||||||
{RTF_CLONING, "CLONING"},
|
{RTF_CLONING, "CLONING"},
|
||||||
#endif /* RTF_CLONING */
|
#endif /* RTF_CLONING */
|
||||||
|
#ifdef RTF_XRESOLVE
|
||||||
{RTF_XRESOLVE, "XRESOLVE"},
|
{RTF_XRESOLVE, "XRESOLVE"},
|
||||||
|
#endif /* RTF_XRESOLVE */
|
||||||
#ifdef RTF_LLINFO
|
#ifdef RTF_LLINFO
|
||||||
{RTF_LLINFO, "LLINFO"},
|
{RTF_LLINFO, "LLINFO"},
|
||||||
#endif /* RTF_LLINFO */
|
#endif /* RTF_LLINFO */
|
||||||
|
Loading…
Reference in New Issue
Block a user