updated linkconfig to use string commands, fixed issues for wlan configuration

This commit is contained in:
bharnden 2019-10-11 22:27:04 -07:00
parent 02ef91242e
commit 5b3308a231
4 changed files with 27 additions and 28 deletions

View file

@ -122,7 +122,7 @@ class LinuxNetClient(object):
:param str device: device to remove tc
:return: nothing
"""
self.run("%s qdisc del dev %s root" % (TC_BIN, device))
self.run("%s qdisc delete dev %s root" % (TC_BIN, device))
def checksums_off(self, interface_name):
"""