[Bug 1094556] [NEW] confusing typo in /etc/default/openvswitch-controller

2012-12-29 Thread Saul St. John
Public bug reported: Line 11 of /etc/default/openvswitch-controller, describing options for the LISTEN variable, says: # * "pctp:[PORT]": Listen for TCP connections on the specified PORT That is incorrect; the 'c' and 't' are transposed. It should instead read: # * "ptcp:[PORT]": Listen for TC

[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2012-12-13 Thread Saul St. John
This bug also prevents starting some services (e.g. isc-dhcp-server) on openvswitch interfaces at boot. I avoided the problem by changing /etc/network/interfaces such that ovs interfaces don't come up automatically, and ifupping them manually in /etc/rc.local instead... but that's pretty silly. -