aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2018-05-24 16:10:12 +0200
committerDavid S. Miller <davem@davemloft.net>2018-05-25 15:11:21 -0400
commit24e4b075d899e5376dfa39fecd1dbc12bddc1e98 (patch)
tree10b0d120d2101c4d5102079ac19d2e8383c49952 /tools
parentMerge tag 'batadv-net-for-davem-20180524' of git://git.open-mesh.org/linux-merge (diff)
downloadlinux-dev-24e4b075d899e5376dfa39fecd1dbc12bddc1e98.tar.xz
linux-dev-24e4b075d899e5376dfa39fecd1dbc12bddc1e98.zip
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: d1f1b9cbf34c ("selftests: net: Introduce first PMTU test") Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/net/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config
index 6a75a3ea44ad..7ba089b33e8b 100644
--- a/tools/testing/selftests/net/config
+++ b/tools/testing/selftests/net/config
@@ -7,3 +7,8 @@ CONFIG_NET_L3_MASTER_DEV=y
CONFIG_IPV6=y
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_VETH=y
+CONFIG_INET_XFRM_MODE_TUNNEL=y
+CONFIG_NET_IPVTI=y
+CONFIG_INET6_XFRM_MODE_TUNNEL=y
+CONFIG_IPV6_VTI=y
+CONFIG_DUMMY=y