Hi,
I use `iwd` and `systemd-networkd` to manage wireless on my laptop.
Usually this works fine. However, I recently came across a network where
`systemd-networkd` just did not request DHCP. Here is the `.network`
file I use:
```
[Match]
Name=wlan0
[Network]
DHCP=yes
[DHCP]
SendHostname=true
UseHostname=true
UseDomains=true
```
Things to note:
- the problematic network is IPv4-only
- Using `DHCP=ipv4` did not help
- running `dhclient wlan0` manually worked just fine (with manual
kill/rerun steps after resuming the laptop
Is there any additional logging that I might be able to get from
systemd-networkd about this situation? I don't know if this is a
systemd-networkd issue or a wireless network configuration issue, but
there's really nothing I can see in the logs about why DHCP would be
skipped.
iwd-3.10-1.fc43.x86_64
systemd-networkd-258.2-1.fc43.x86_64
Thanks,
--Ben