]> git.puffer.fish Git - mirror/frr.git/commit
pimd: re-evaluated S,G OILs upon RP changes and for empty SG upstream oils 15327/head
authorRajesh Varatharaj <rvaratharaj@nvidia.com>
Thu, 8 Feb 2024 02:58:39 +0000 (18:58 -0800)
committerRajesh Varatharaj <rvaratharaj@nvidia.com>
Thu, 8 Feb 2024 18:37:31 +0000 (10:37 -0800)
commit071d43a052e04de52771b2f03461c407f0ced36f
tree1d69a82831627e071844964c5f4a1b1d1d6a6e4b
parent7fe05d6185d6c5846ef56eb767aef77b5629dff5
pimd: re-evaluated S,G OILs upon RP changes and for empty SG upstream oils

Topology:

TOR11 (FHR) --- LEAF-11---SPINE1 (RP)MSDP SPINE-2(RP)MSDP --- LEAF-12 -- TOR12 (LHR)
        |         |                    | |       |
|         -----------------------------------------------------(ECMP)   |
|         |                                 |               |
 -----------------------------------------------------------------------(ECMP)
Issue:
In some triggers, S,G upstream is preserved even with the PP timer expiry, resulting
in S,G with NULL OILS. This could be because we create a dummy S,G upstream and
dummy channel_oif for *,G, where RPF is UNKNOWN. As a result, PIM+VXLAN traffic is never
forwarded downstream to LHR.

Fix:
when the S,G stream is running, Determine if a reevaluation of the outgoing interface
 list (OIL) is required. S,G upstream should then inherit the OIL from *,G.

Testing:
- Evpn pim tests - TestEvpnPimSingleVtepOneMdt.test_02_broadcast_traffic_spt_zero
- pim-smoke

Ticket: #
Signed-off-by: Rajesh Varatharaj <rvaratharaj@nvidia.com>
pimd/pim_mroute.c
pimd/pim_upstream.c
pimd/pim_upstream.h