connection: One missed s/get_devices/get_nodedevs/g
This commit is contained in:
parent
1537ea9806
commit
2d5fc88cda
|
@ -659,7 +659,7 @@ class vmmConnection(vmmGObject):
|
|||
for name, iface in self.interfaces.items():
|
||||
interface_to_netdev(iface)
|
||||
|
||||
for nodedev in self.get_devices("net"):
|
||||
for nodedev in self.get_nodedevs("net"):
|
||||
nodedev_to_netdev(nodedev)
|
||||
|
||||
# Mark NetDevices as bridged where appropriate
|
||||
|
|
Loading…
Reference in New Issue