summaryrefslogtreecommitdiff
path: root/lib/routemap_cli.c
diff options
context:
space:
mode:
authorMobashshera Rasool <mrasool@vmware.com>2021-10-29 02:22:13 -0700
committerMobashshera Rasool <mrasool@vmware.com>2021-10-29 02:57:34 -0700
commit5428f5ac64e531c854e9197a2c733d0c2c6ec303 (patch)
tree7865076a3fd750ab4e5725e947e81d69cfe15d9e /lib/routemap_cli.c
parentfd4bd21eeef612234c6000f9ff87e763969d2479 (diff)
pimd: STAR inherited Flag not properly set in certain scenarios
Problem Statement: ================== Mroutes are not recovered after shut/no shut of DUT to RP links One interface is not added in OIL List in intermediate router, hence traffic never received at LHR and mroutes not created for (S,G). Root Cause Analysis: ==================== Generally (*,G) PIM Join is received first and then (S,G) joins are received. This issue occurs when (S,G) join comes first and then the (*,G) Join. When (S,G) PIM Join is received, ifchannel is created and channel_oil OIF flag is set to PIM_OIF_FLAG_PROTO_PIM. Now when (*,G) join is received the flag PIM_OIF_FLAG_PROTO_STAR is not inherited due to wrong check present in function pim_upstream_inherited_olist_decide. Fix: =================== When (*,G) PIM Join is received, it should always add PIM_OIF_FLAG_PROTO_STAR flag for all the (S,G) channel oils no matter what order the (*,G) or (S,G) is received. Fixes: #9918 Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
Diffstat (limited to 'lib/routemap_cli.c')
0 files changed, 0 insertions, 0 deletions