summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-08-06 20:11:19 +0300
committerGitHub <noreply@github.com>2023-08-06 20:11:19 +0300
commitceea81be771d8aa99ebba7982eaea4b22c97f8cb (patch)
tree41a222267a16da84199f202e3b6f194696450958 /zebra/zebra_router.h
parent6d91d1c7680f446e5393c23bb8483802bb0428cb (diff)
parent6f6b7e170614fab61c4d92cdfb415a03b260aa8e (diff)
Merge pull request #14139 from donaldsharp/v6_v4_nexthops
V6 v4 nexthops
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r--zebra/zebra_router.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index a7f0f135f9..bd86cfb495 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -207,6 +207,7 @@ struct zebra_router {
*/
bool asic_offloaded;
bool notify_on_ack;
+ bool v6_with_v4_nexthop;
/*
* If the asic is notifying us about successful nexthop
@@ -237,7 +238,8 @@ struct zebra_router {
extern struct zebra_router zrouter;
extern uint32_t rcvbufsize;
-extern void zebra_router_init(bool asic_offload, bool notify_on_ack);
+extern void zebra_router_init(bool asic_offload, bool notify_on_ack,
+ bool v6_with_v4_nexthop);
extern void zebra_router_cleanup(void);
extern void zebra_router_terminate(void);