From 71561a27a0338cba7c54ea8ae9bf14b75006ddbd Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 23 Mar 2020 19:56:01 +0100 Subject: wireless: T2151: switch to iw when adding and deleting interfaces --- python/vyos/ifconfig/wireless.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'python') diff --git a/python/vyos/ifconfig/wireless.py b/python/vyos/ifconfig/wireless.py index 895e3ea09..7f507ff6e 100644 --- a/python/vyos/ifconfig/wireless.py +++ b/python/vyos/ifconfig/wireless.py @@ -35,11 +35,6 @@ class WiFiIf(VLANIf): .format(**self.config) self._cmd(cmd) - # place interface in administrative down state - # this should be improved in the long run to reduce the amount of - # interface flaps - self.set_state('down') - def _delete(self): cmd = 'iw dev {ifname} del' \ .format(**self.config) -- cgit v1.2.3