diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-24 04:35:03 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:40 +0200 |
| commit | 185fd140cf74068b49d1539676a50205feb92096 (patch) | |
| tree | d0756a9f9b01aa996fccef012c28af03475dd644 /zebra/zebra_nb_config.c | |
| parent | 8763946ab271a714edb2c33b1f1e154bec7e7bab (diff) | |
zebra: fix build with --disable-rtadv
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/zebra_nb_config.c')
| -rw-r--r-- | zebra/zebra_nb_config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_nb_config.c b/zebra/zebra_nb_config.c index 28e48f79f9..41f82f5ebe 100644 --- a/zebra/zebra_nb_config.c +++ b/zebra/zebra_nb_config.c @@ -2478,6 +2478,7 @@ int lib_interface_zebra_evpn_mh_uplink_modify(struct nb_cb_modify_args *args) return NB_OK; } +#if defined(HAVE_RTADV) /* * XPath: /frr-interface:lib/interface/frr-zebra:zebra/ipv6-router-advertisements/send-advertisements */ @@ -3199,6 +3200,7 @@ int lib_interface_zebra_ipv6_router_advertisements_dnssl_dnssl_domain_lifetime_d return NB_OK; } +#endif /* defined(HAVE_RTADV) */ #if HAVE_BFDD == 0 /* |
