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 --- linaro/configs/netns.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 linaro/configs/netns.conf
diff --git a/linaro/configs/netns.conf b/linaro/configs/netns.conf new file mode 100644 index 0000000..7fadd7d --- /dev/null +++ b/linaro/configs/netns.conf @@ -0,0 +1,2 @@ +CONFIG_NAMESPACES=y +CONFIG_VETH=y
On 10/21/2013 09:43 AM, Zi Shen Lim wrote:
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
linaro/configs/netns.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 linaro/configs/netns.conf
diff --git a/linaro/configs/netns.conf b/linaro/configs/netns.conf new file mode 100644 index 0000000..7fadd7d --- /dev/null +++ b/linaro/configs/netns.conf @@ -0,0 +1,2 @@ +CONFIG_NAMESPACES=y +CONFIG_VETH=y
Added to kernel/configs.git, config-core-tracking and config-core-3.12 branches. Sorry for the delay.
Thanks, Andrey
linaro-kernel@lists.linaro.org