summaryrefslogtreecommitdiff
path: root/zebra/zapi_msg.c
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/zapi_msg.c
parent6d91d1c7680f446e5393c23bb8483802bb0428cb (diff)
parent6f6b7e170614fab61c4d92cdfb415a03b260aa8e (diff)
Merge pull request #14139 from donaldsharp/v6_v4_nexthops
V6 v4 nexthops
Diffstat (limited to 'zebra/zapi_msg.c')
-rw-r--r--zebra/zapi_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zapi_msg.c b/zebra/zapi_msg.c
index 2fc696c4e1..e9c243217a 100644
--- a/zebra/zapi_msg.c
+++ b/zebra/zapi_msg.c
@@ -2319,7 +2319,7 @@ static void zsend_capabilities(struct zserv *client, struct zebra_vrf *zvrf)
stream_putc(s, mpls_enabled);
stream_putl(s, zrouter.multipath_num);
stream_putc(s, zebra_mlag_get_role());
-
+ stream_putc(s, zrouter.v6_with_v4_nexthop);
stream_putw_at(s, 0, stream_get_endp(s));
zserv_send_message(client, s);
}