diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-03-28 08:23:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-28 08:23:36 -0400 |
| commit | 80e39114b502f683638c58de94e4125fc85a3478 (patch) | |
| tree | b93d428723e0da14d318ec3a05b4d165faa700d4 /pimd/pim_nht.c | |
| parent | 7993f685c1df878d1ff1ff1e4794f6eef95d6fbd (diff) | |
| parent | 6bcc46657efbab070d36487b690258f8fa2bafbb (diff) | |
Merge pull request #10897 from opensourcerouting/safi-nht
zebra,staticd,*: SAFI_MULTICAST NHT groundwork
Diffstat (limited to 'pimd/pim_nht.c')
| -rw-r--r-- | pimd/pim_nht.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_nht.c b/pimd/pim_nht.c index 753857005a..94dcfb8265 100644 --- a/pimd/pim_nht.c +++ b/pimd/pim_nht.c @@ -55,7 +55,7 @@ void pim_sendmsg_zebra_rnh(struct pim_instance *pim, struct zclient *zclient, int ret; p = &(pnc->rpf.rpf_addr); - ret = zclient_send_rnh(zclient, command, p, false, false, + ret = zclient_send_rnh(zclient, command, p, SAFI_UNICAST, false, false, pim->vrf->vrf_id); if (ret == ZCLIENT_SEND_FAILURE) zlog_warn("sendmsg_nexthop: zclient_send_message() failed"); |
