aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZi Shen Lim <zishen.lim@linaro.org>2013-10-20 22:43:57 -0700
committerGary S. Robertson <gary.robertson@linaro.org>2013-11-06 17:17:35 -0600
commitf73a2d99c6710310fb1737e03f06ba7d816288dd (patch)
treea82cd2b0a38b02b0907a73af6892ac4c258f7e5b
parent1f14d11f3fa2b30035db5676a98715787f588a2d (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 000000000000..7fadd7d67e36
--- /dev/null
+++ b/linaro/configs/netns.conf
@@ -0,0 +1,2 @@
+CONFIG_NAMESPACES=y
+CONFIG_VETH=y