For netplan yaml of:

network:
    version: 2
    ethernets:
        enc8f00:
            dhcp4: yes

It would be interesting to see if L3 dhcp starts to work if one does:

$ sudo mkdir -p /etc/systemd/network/10-netplan-enc8f00.network.d
$ cat <<EOF | sudo tee -a 
/etc/systemd/network/10-netplan-enc8f00.network.d/30-request-broadcast.conf
[DHCPv4]
RequestBroadcast=yes
EOF

$ sudo networkctl reconfigure enc8f00

(or chzdev -d 0.0.8f00; chzdev -e 0.0.8f00 or reboot, whatever is easier
to make networkd force renew).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1914740

Title:
  IPs are not assigned for Hipersockets in DHCP mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1914740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to