mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 07:35:21 +00:00
zebra: make RTF_LLINFO optional to fix FreeBSD
Signed-off-by: Lou Berger <lberger@labn.net> Signed-off-by: David Lamparter <equinox@opensourcerouting.org> (cherry picked from commit b05c6ca57130f079f8a8a6686d9d4ffa5ff440f0)
This commit is contained in:
parent
54f03be970
commit
c54632ec18
@ -241,7 +241,9 @@ static const struct message rtm_flag_str[] =
|
||||
{RTF_CLONING, "CLONING"},
|
||||
#endif /* RTF_CLONING */
|
||||
{RTF_XRESOLVE, "XRESOLVE"},
|
||||
#ifdef RTF_LLINFO
|
||||
{RTF_LLINFO, "LLINFO"},
|
||||
#endif /* RTF_LLINFO */
|
||||
{RTF_STATIC, "STATIC"},
|
||||
{RTF_BLACKHOLE, "BLACKHOLE"},
|
||||
#ifdef RTF_PRIVATE
|
||||
|
Loading…
Reference in New Issue
Block a user