Skip to content

Commit 24e4b07

Browse files
sbrivio-rhdavem330
authored andcommitted
selftests/net: Add missing config options for PMTU tests
PMTU tests in pmtu.sh need support for VTI, VTI6 and dummy interfaces: add them to config file. Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org> Fixes: d1f1b9c ("selftests: net: Introduce first PMTU test") Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e3ffec4 commit 24e4b07

File tree

1 file changed

+5
-0
lines changed
  • tools/testing/selftests/net

1 file changed

+5
-0
lines changed

tools/testing/selftests/net/config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ CONFIG_NET_L3_MASTER_DEV=y
77
CONFIG_IPV6=y
88
CONFIG_IPV6_MULTIPLE_TABLES=y
99
CONFIG_VETH=y
10+
CONFIG_INET_XFRM_MODE_TUNNEL=y
11+
CONFIG_NET_IPVTI=y
12+
CONFIG_INET6_XFRM_MODE_TUNNEL=y
13+
CONFIG_IPV6_VTI=y
14+
CONFIG_DUMMY=y

0 commit comments

Comments
 (0)