From 5032a410217bdae3069285146f99a98ba84dfdbe Mon Sep 17 00:00:00 2001 From: Zi Shen Lim Date: Sun, 20 Oct 2013 22:43:57 -0700 Subject: 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 --- linaro/configs/netns.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 linaro/configs/netns.conf (limited to 'linaro') 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 -- cgit v1.2.3