Comment 33 for bug 1997467

Revision history for this message
Danilo Egea Gondolfo (danilogondolfo) wrote :

This will fix the dbus issue https://github.com/canonical/netplan/pull/331

$ sudo dbus-send --system --print-reply --type=method_call --dest=io.netplan.Netplan /io/netplan/Netplan io.netplan.Netplan.Config
method return time=1677605377.300772 sender=:1.9462 -> destination=:1.9463 serial=4 reply_serial=2
   object path "/io/netplan/Netplan/config/WM6X01"

$ sudo dbus-send --system --print-reply --type=method_call --dest=io.netplan.Netplan /io/netplan/Netplan/config/WM6X01 io.netplan.Netplan.Config.Get
method return time=1677605387.117285 sender=:1.9462 -> destination=:1.9464 serial=6 reply_serial=2
   string "network:
  version: 2
  renderer: NetworkManager
  bridges:
    br123:
      dhcp4: false
"

I suppose we need to include it in the SRU as well.