summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2017-01-21 15:18:08 -0800
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-02-14 15:53:34 -0500
commit429a291bf00f79ef0ffe80c1371acdc9e32921ee (patch)
tree902b4bb72478baca1dd6bc567f58ab0f455dfd18 /lib/command.h
parentd62c5c03816d8dc525424b04c6b4b3c3ad23a29c (diff)
pimd: mroute entries unresolved IIF issue
Ticket:CM-14056 Reviewed By:sharpd, CCR-5603 Testing Done: verified multiple ifdown/ifup event on submitter setup and dev setup with 2k s,g entries, ran pim-smoke. 1. during ifdown event, pim vif for bridge was not resetting vif_index to -1 due to errno received from kernel during vif del sequence. It could be timing issue where kernel may have delete prior to pimd sending request. For vif_del even kernel returns error, reset vif_index to -1 in pimd DB so next if up event VIF receives new vif_index and reprograms in kernel. 2. during mroute del sequence reset mfcc_parent to MAXVIF. 3. during mroute add check if parent mfcc_parent is MAXVIF then do not download to kernel such mroute entry. Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'lib/command.h')
0 files changed, 0 insertions, 0 deletions