Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: forwarding: mirror_gre_bridge_1q_lag: Enable forwarding

This test relies on routing in the primary traffic path, but neglects to
enable forwarding. Do so.

Signed-off-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Petr Machata and committed by
David S. Miller
ba22b65e a99dd629

+4
+4
tools/testing/selftests/net/forwarding/mirror_gre_bridge_1q_lag.sh
··· 190 190 h4_create 191 191 switch_create 192 192 193 + forwarding_enable 194 + 193 195 trap_install $h3 ingress 194 196 trap_install $h4 ingress 195 197 } ··· 202 200 203 201 trap_uninstall $h4 ingress 204 202 trap_uninstall $h3 ingress 203 + 204 + forwarding_restore 205 205 206 206 switch_destroy 207 207 h4_destroy