mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
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():
|
for name, iface in self.interfaces.items():
|
||||||
interface_to_netdev(iface)
|
interface_to_netdev(iface)
|
||||||
|
|
||||||
for nodedev in self.get_devices("net"):
|
for nodedev in self.get_nodedevs("net"):
|
||||||
nodedev_to_netdev(nodedev)
|
nodedev_to_netdev(nodedev)
|
||||||
|
|
||||||
# Mark NetDevices as bridged where appropriate
|
# Mark NetDevices as bridged where appropriate
|
||||||
|
Loading…
Reference in New Issue
Block a user