summaryrefslogtreecommitdiff
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>2013-10-23 18:49:20 +0400
commit387572ade8403c85d547a683908ece2afde04bb8 (patch)
treebbd9bc41c144e012e86e75152d22017521274594
parent7523f9119301e11bec440432356fc7be3195cc41 (diff)
configs: add network namespace and virtual ethernetconfig-core-3.12
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>
-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