updated linkconfig to use string commands, fixed issues for wlan configuration
This commit is contained in:
parent
02ef91242e
commit
5b3308a231
4 changed files with 27 additions and 28 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue