summaryrefslogtreecommitdiff
path: root/zebra/zapi_msg.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-03-28 08:23:36 -0400
committerGitHub <noreply@github.com>2022-03-28 08:23:36 -0400
commit80e39114b502f683638c58de94e4125fc85a3478 (patch)
treeb93d428723e0da14d318ec3a05b4d165faa700d4 /zebra/zapi_msg.c
parent7993f685c1df878d1ff1ff1e4794f6eef95d6fbd (diff)
parent6bcc46657efbab070d36487b690258f8fa2bafbb (diff)
Merge pull request #10897 from opensourcerouting/safi-nht
zebra,staticd,*: SAFI_MULTICAST NHT groundwork
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 e94aee5c1a..fd475e4cee 100644
--- a/zebra/zapi_msg.c
+++ b/zebra/zapi_msg.c
@@ -1215,7 +1215,7 @@ static void zread_rnh_register(ZAPI_HANDLER_ARGS)
p.family);
return;
}
- rnh = zebra_add_rnh(&p, zvrf_id(zvrf), &exist);
+ rnh = zebra_add_rnh(&p, zvrf_id(zvrf), safi, &exist);
if (!rnh)
return;