mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 02:46:26 +00:00
zebra: conditionalize RTM_RESOLVE flag
RTM_RESOLVE may not be present; conditionalize zebra's reference to it. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
0931097954
commit
5f11807bc6
@ -148,7 +148,9 @@ const struct message rtm_type_str[] = {{RTM_ADD, "RTM_ADD"},
|
||||
#ifdef RTM_OLDDEL
|
||||
{RTM_OLDDEL, "RTM_OLDDEL"},
|
||||
#endif /* RTM_OLDDEL */
|
||||
#ifdef RTM_RESOLVE
|
||||
{RTM_RESOLVE, "RTM_RESOLVE"},
|
||||
#endif /* RTM_RESOLVE */
|
||||
{RTM_NEWADDR, "RTM_NEWADDR"},
|
||||
{RTM_DELADDR, "RTM_DELADDR"},
|
||||
{RTM_IFINFO, "RTM_IFINFO"},
|
||||
|
Loading…
Reference in New Issue
Block a user