ChangeLog: https://github.com/canonical/cloud-init/blob/ubuntu/bionic-22.4.x/ChangeLog PR: 268322 Reported by: andrey@bsdnir.info (maintainer)
11 lines
351 B
Python
11 lines
351 B
Python
--- cloudinit/distros/networking.py.orig 2022-12-11 19:43:15 UTC
|
|
+++ cloudinit/distros/networking.py
|
|
@@ -190,6 +190,7 @@ class BSDNetworking(Networking):
|
|
self.ifc = ifconfig.Ifconfig()
|
|
self.ifs = {}
|
|
self._update_ifs()
|
|
+ super().__init__()
|
|
|
|
def _update_ifs(self):
|
|
ifconf = subp.subp(["ifconfig", "-a"])
|