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 edbf687..b8354a1 100644
--- a/vserver.functions
+++ b/vserver.functions
@@ -123,7 +123,7 @@ function enableInterfaces() {
# It is unpossible to bind on very recently added IPv6 addresses.
# They have to pass the duplicate address detection (dad) before
# they could be used, so we wait here before continuing.
- netnsWaitForDad()
+ _netnsWaitForDad 10
return $ret
}