aboutsummaryrefslogtreecommitdiff
path: root/linaro
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-08 18:43:08 -0600
commitbe8a25fba36058613082f8f4d15c308c7ea9c1d7 (patch)
treed14abd23836d5d6616cd626ee88fb69ad435dd7b /linaro
parente3ca74ee0da505cc1481b7cdaafe0cf146f55f57 (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')
-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