mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 22:09:48 +00:00
zebra: fix compilation on OpenBSD
OpenBSD doesn't define RTM_LOCK anymore: https://marc.info/?l=openbsd-tech&m=153018811429193&w=2 Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
1ef00571f8
commit
7f7651eba7
@ -139,7 +139,9 @@ const struct message rtm_type_str[] = {{RTM_ADD, "RTM_ADD"},
|
||||
{RTM_LOSING, "RTM_LOSING"},
|
||||
{RTM_REDIRECT, "RTM_REDIRECT"},
|
||||
{RTM_MISS, "RTM_MISS"},
|
||||
#ifdef RTM_LOCK
|
||||
{RTM_LOCK, "RTM_LOCK"},
|
||||
#endif /* RTM_LOCK */
|
||||
#ifdef OLDADD
|
||||
{RTM_OLDADD, "RTM_OLDADD"},
|
||||
#endif /* RTM_OLDADD */
|
||||
|
Loading…
Reference in New Issue
Block a user