From d721f910b13e71fa1c39afdc2b43d9058d9899f8 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 8 Feb 2015 23:59:46 +0100 Subject: Use spline-netns folder, to not collidate with default netns handling. --- vserver.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vserver.functions') diff --git a/vserver.functions b/vserver.functions index f35cf0c..458d8fb 100644 --- a/vserver.functions +++ b/vserver.functions @@ -103,7 +103,7 @@ function _generateInterfaceOptions() { # add commands for default route local netns=0 shopt -s nullglob - for net in "$VSERVER_DIR/netns/"*; do + for net in "$VSERVER_DIR/spline-netns/"*; do test -d "$net" || continue test ! -e "${net}/disabled" || continue -- cgit v1.2.3-1-g7c22