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-11-28 20:43:41 +0400
commitf1f37ce49d150224c0c1ef090355e06449f54a98 (patch)
tree6182a19f05a31576ef9fc9a30ee150dbf29f607a
parent1f43788236e4b47ae0d66b78d43a686bb8ecf9b4 (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>
-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