Comment 12 for bug 1448254

Revision history for this message
Nicolas SCHWARTZ (aurryon) wrote :

The bug is still there on ubuntu 16.04
In the journalctl logs openvswitch complains about connecting to its db while trying to raise NIC defined in the /etc/network/interfaces or /etc/network/interfaces.d/* and it slow down the process and create errors.

Steps to reproduce:
-Create OVS interface in the /etc/network/interfaces
E.g.:
allow-ovs main_sw
auto main_sw
iface main_sw inet manual
        ovs_type OVSBridge
-Reboot your computer
-Look at journalctl -b0 -r.

The new patched systemd unit nonetwork for zesty works well on xenial.