]> git.puffer.fish Git - mirror/frr.git/commit
tests: remove unneeded mcast group kernel routes and sysctl
authorChristian Hopps <chopps@labn.net>
Wed, 18 Aug 2021 17:03:42 +0000 (13:03 -0400)
committerChristian Hopps <chopps@labn.net>
Sat, 4 Sep 2021 13:04:47 +0000 (09:04 -0400)
commit0ce28e746e82443677cc62f9bf9810af5c048173
tree35d8f8a057010603a608e96e94e48d89975c62dc
parent784ad2307e8fef997b4ab5e737f4538428ff0067
tests: remove unneeded mcast group kernel routes and sysctl

- The PIM tests do not need kernel routes to help them bind joins and
sources to specific interfaces. They should do that themselves directly.
Also do not change system wide "rp_filter" sysctl away from the value
required by everyone else.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/multicast_pim_sm_topo1/test_multicast_pim_sm_topo1.py
tests/topotests/multicast_pim_sm_topo2/test_multicast_pim_sm_topo2.py
tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo3.py
tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo4.py
tests/topotests/multicast_pim_static_rp_topo1/test_multicast_pim_static_rp.py