diff options
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index b316b91d0d..c1f07397d0 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -82,9 +82,8 @@ struct zebra_router { struct hash *iptable_hash; -#if defined(HAVE_RTADV) - struct rtadv rtadv; -#endif /* HAVE_RTADV */ + /* used if vrf backend is not network namespace */ + int rtadv_sock; /* A sequence number used for tracking routes */ _Atomic uint32_t sequence_num; |
