Miscellaneous notes from converting Ubuntu 16.04 from NetworkManager/resolveconf to systemd-{networkd,resolved}.
In 14.04, system had the following /etc/network/interfaces:
auto br0
iface br0 inet dhcp
bridge_ports be0
and the following /etc/udev/rules/70-net-persistent.rules:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:
(
Read more... )