summaryrefslogtreecommitdiff
path: root/linaro/configs
diff options
context:
space:
mode:
authorZi Shen Lim <zishen.lim@linaro.org>2013-10-20 22:43:57 -0700
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 16:33:14 +0400
commit5032a410217bdae3069285146f99a98ba84dfdbe (patch)
tree2f2c62e982fe00f12190881fe9cac1904994cf22 /linaro/configs
parent7eeaead44c99682f0eda4c1df017f2f9a0e30a3b (diff)
configs: add network namespace and virtual ethernet
Network namespace and virtual ethernet are a useful combination for networking related testing, containers, etc. Enable namespaces, which by default includes network namespace. Also enable virtual ethernet support. Signed-off-by: Zi Shen Lim <zishen.lim@linaro.org>
Diffstat (limited to 'linaro/configs')
-rw-r--r--linaro/configs/netns.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/netns.conf b/linaro/configs/netns.conf
new file mode 100644
index 00000000000..7fadd7d67e3
--- /dev/null
+++ b/linaro/configs/netns.conf
@@ -0,0 +1,2 @@
+CONFIG_NAMESPACES=y
+CONFIG_VETH=y