mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix bonding_masters parsing.
This commit is contained in:
@@ -963,7 +963,7 @@ class vmmConnection(gobject.GObject):
|
||||
if not rline: break
|
||||
if rline == "\x00": continue
|
||||
rline = rline.strip("\n\t")
|
||||
masters = rline[:-1].split(' ')
|
||||
masters = rline[:].split(' ')
|
||||
return masters
|
||||
|
||||
def _net_is_bonding_slave(self, name, sysfspath):
|
||||
|
||||
Reference in New Issue
Block a user