diff options
author | Vladimir Nikishkin <vladimir@nikishkin.pw> | 2023-05-12 06:40:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-05-13 19:02:33 +0300 |
commit | 305c041899971ff210ad5f9c50249d179c95ada4 (patch) | |
tree | 55e2606cd5f53f48d1158676e9e3123cba1d1ee4 /tools/testing/selftests/net/Makefile | |
parent | 69474a8a5837be63f13c6f60a7d622b98ed5c539 (diff) | |
download | linux-305c041899971ff210ad5f9c50249d179c95ada4.tar.xz |
selftests: net: vxlan: Add tests for vxlan nolocalbypass option.
Add test to make sure that the localbypass option is on by default.
Add test to change vxlan localbypass to nolocalbypass and check
that packets are delivered to userspace.
Signed-off-by: Vladimir Nikishkin <vladimir@nikishkin.pw>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/Makefile')
-rw-r--r-- | tools/testing/selftests/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index c12df57d5539..7f3ab2a93ed6 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -84,6 +84,7 @@ TEST_GEN_FILES += ip_local_port_range TEST_GEN_FILES += bind_wildcard TEST_PROGS += test_vxlan_mdb.sh TEST_PROGS += test_bridge_neigh_suppress.sh +TEST_PROGS += test_vxlan_nolocalbypass.sh TEST_FILES := settings |