summaryrefslogtreecommitdiffstats
path: root/vserver.functions
diff options
context:
space:
mode:
Diffstat (limited to 'vserver.functions')
-rw-r--r--vserver.functions2
1 files changed, 1 insertions, 1 deletions
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