From daeb4f2e29b9f6e9a739a354f89dc22f419bdece Mon Sep 17 00:00:00 2001
From: Thomas Mangin <thomas.mangin@exa.net.uk>
Date: Mon, 16 Mar 2020 16:59:43 +0000
Subject: ifconfig: T1849: buster fixed the delay issue

---
 python/vyos/ifconfig/interface.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/python/vyos/ifconfig/interface.py b/python/vyos/ifconfig/interface.py
index a750bda3f..b002e0171 100644
--- a/python/vyos/ifconfig/interface.py
+++ b/python/vyos/ifconfig/interface.py
@@ -741,12 +741,6 @@ class Interface(Control):
         with open(self._dhcpv6_cfg_file, 'w') as f:
             f.write(dhcpv6_text)
 
-        # https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1447715
-        #
-        # wee need to wait for IPv6 DAD to finish once and interface is added
-        # this suxx :-(
-        sleep(5)
-
         # no longer accept router announcements on this interface
         self._write_sysfs('/proc/sys/net/ipv6/conf/{}/accept_ra'
               .format(self.config['ifname']), 0)
-- 
cgit v1.2.3