diff options
| author | Sarita Patra <saritap@vmware.com> | 2019-03-18 20:22:04 -0700 |
|---|---|---|
| committer | Sarita Patra <saritap@vmware.com> | 2019-03-18 20:22:04 -0700 |
| commit | 47e3ce59c434dbde996373268896c595ba8a6bf4 (patch) | |
| tree | dc27cdf77ad9ce062cb85242baed81e887a5dc03 /pimd/pim_rpf.c | |
| parent | 246445a372bab081f56190dd0bf32ccad2331284 (diff) | |
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 8adf253e55..ee145a5b51 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__); } |
