diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-06-19 18:41:11 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-21 09:47:25 +0900 |
commit | 73f9c33beb9e85850a11a1597b35a13650352509 (patch) | |
tree | 84f14aa43b6f947d0cefc56670cc5adfa5219abb /tools | |
parent | c24fb5e68ebfd485ecaa8b5d40cb4721a1d137ee (diff) | |
download | linux-exynos-73f9c33beb9e85850a11a1597b35a13650352509.tar.gz linux-exynos-73f9c33beb9e85850a11a1597b35a13650352509.tar.bz2 linux-exynos-73f9c33beb9e85850a11a1597b35a13650352509.zip |
selftests: net: add config fragments
Add fragments to pass bridge and vlan tests.
Fixes: 33b01b7b4f19 ("selftests: add rtnetlink test script")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/net/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config index 7ba089b33e8b..cd3a2f1545b5 100644 --- a/tools/testing/selftests/net/config +++ b/tools/testing/selftests/net/config @@ -12,3 +12,5 @@ CONFIG_NET_IPVTI=y CONFIG_INET6_XFRM_MODE_TUNNEL=y CONFIG_IPV6_VTI=y CONFIG_DUMMY=y +CONFIG_BRIDGE=y +CONFIG_VLAN_8021Q=y |