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>2014-04-23 21:31:49 +0400
commiteab2fbe8a365741fc3c86414e876c961cebfa08a (patch)
tree0773e40115ef1d027076af17fc6b6a4ffefe7061
parentde259c05f533679a3570ce41cac6ccefffbb386a (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