diff options
| author | sarita patra <saritap@vmware.com> | 2022-02-23 05:03:15 -0800 |
|---|---|---|
| committer | sarita patra <saritap@vmware.com> | 2022-03-01 06:30:03 -0800 |
| commit | 3e394a7729e0461d6ac00d6fec7fd0ee166ede51 (patch) | |
| tree | 5e77152cfe33ce4c09a03358e5ee27a91629f119 /pimd/pim_nht.c | |
| parent | 113f29b90d0f0b5f94c653e4e3d85967b70cd917 (diff) | |
pim6d: Handling pim_rpf for IPV6
Signed-off-by: sarita patra <saritap@vmware.com>
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 a8ef022b78..ce5298e5b0 100644 --- a/pimd/pim_nht.c +++ b/pimd/pim_nht.c @@ -1030,7 +1030,7 @@ int pim_ecmp_nexthop_lookup(struct pim_instance *pim, nexthop_tab[i].protocol_distance; nexthop->mrib_route_metric = nexthop_tab[i].route_metric; - nexthop->last_lookup = src_addr; + nexthop->last_lookup = src_addr; nexthop->last_lookup_time = pim_time_monotonic_usec(); nexthop->nbr = nbr; found = 1; |
