diff options
author | Sarita Patra <saritap@vmware.com> | 2019-03-19 04:22:04 +0100 |
---|---|---|
committer | Sarita Patra <saritap@vmware.com> | 2019-03-19 04:22:04 +0100 |
commit | 47e3ce59c434dbde996373268896c595ba8a6bf4 (patch) | |
tree | dc27cdf77ad9ce062cb85242baed81e887a5dc03 /pimd/pim_rpf.c | |
parent | pimd: Handling delete nexthop track for PIM upstream address (diff) | |
download | frr-47e3ce59c434dbde996373268896c595ba8a6bf4.tar.xz frr-47e3ce59c434dbde996373268896c595ba8a6bf4.zip |
pimd: Addressing the review comments
Signed-off-by: Sarita Patra <saritap@vmware.com>
Diffstat (limited to 'pimd/pim_rpf.c')
-rw-r--r-- | pimd/pim_rpf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_rpf.c b/pimd/pim_rpf.c index 8adf253e5..ee145a5b5 100644 --- a/pimd/pim_rpf.c +++ b/pimd/pim_rpf.c @@ -325,7 +325,6 @@ void pim_upstream_rpf_clear(struct pim_instance *pim, if (up->rpf.source_nexthop.interface) { if (up->channel_oil) { up->channel_oil->oil.mfcc_parent = MAXVIFS; - up->channel_oil->is_valid = 0; pim_mroute_del(up->channel_oil, __PRETTY_FUNCTION__); } |