This appears to be wonky/different behaviour from the "ip" command (in
some instances it displays the metric in the route print).

If you simply change the network-bridge script (line #62) 
-vifnum=${vifnum:-$(ip route list | awk '/^default / { print $NF }' | sed 
's/^[^0-9]*//')}
+vifnum=${vifnum:-$(netstat -arn | awk '/^0.0.0.0 / { print $NF }' | sed 
's/^[^0-9]*//')}

everything should work as expected.

-- 
xen guest domains won't start Error: Device 0 (vif) could not be connected. 
Could not find bridge, and none was specified
https://bugs.launchpad.net/bugs/132117
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to