frr
frr copied to clipboard
Add rpf lookup for pim6
I can't find the PIM6 tests. Are there no tests available for PIM6?
multicast_mld_join_topo1/test_multicast_mld_local_join.py:pytestmark = [pytest.mark.pim6d, pytest.mark.staticd]
multicast_pim6_sm_topo1/test_multicast_pim6_sm1.py:pytestmark = [pytest.mark.pim6d]
multicast_pim6_sm_topo1/test_multicast_pim6_sm2.py:pytestmark = [pytest.mark.pim6d]
multicast_pim6_static_rp_topo1/test_multicast_pim6_static_rp1.py:pytestmark = [pytest.mark.pim6d]
multicast_pim6_static_rp_topo1/test_multicast_pim6_static_rp2.py:pytestmark = [pytest.mark.pim6d]
pim_cand_rp_bsr/test_pim_cand_rp_bsr.py: pytest.mark.pim6d,
pim_embedded_rp/test_pim_embedded_rp.py:pytestmark = [pytest.mark.pim6d]
sharpd@eva /w/h/s/f/t/topotests (master)>```
Can you also add the command to the doc/user/pim6.rst file?
multicast_pim6_sm_topo1
Must have been too stupid to see that - maybe I was too tired. Thanks for the answer.
I am curious to see the results from testing. I believe it should work with just adding the command that allows it to be configured in pim6. Let me know if you run into any issues. See the pim_mrib topotest that tests the IPv4 version.