Comment 2 for bug 1807569

Revision history for this message
Ryan Harper (raharper) wrote :

Thanks for filing the bug.

Can you provide the netplan you used?

Also, if possible, could you run:

mkdir /etc/systemd/system/systemd-networkd.service.d/
echo -e "[Service]\nEnvironment=SYSTEMD_LOG_LEVEL=debug" > /etc/systemd/system/systemd-networkd.service.d/10-debug.conf

Reboot and then provide the output from the journal like so?

journalctl -b 0 -o short-monotonic -u systemd-networkd.service

And tar up whatever is in /run/systemd/network/* ?

Lastly, if you do not specify accept_ra at all, does this affect the results?

Thanks!