From 7cc052f730dd2a6406986b848c8b58a342ea3436 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 28 Sep 2013 23:12:21 +0200 Subject: vserver.functions: fix call of _netnsWaitForDad --- vserver.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3-1-g7c22