Comment 68 for bug 1573272

Revision history for this message
Dan Streetman (ddstreet) wrote :

Testing on trusty, same (except interface names, e.g. ens7 -> eth1, etc) e/n/i config as comment 61. I could not use the systemd change from comment 8, since trusty uses upstart, and I could not find the proper place in upstart code to introduce a delay to more easily reproduce the bug, but I did verify that the -proposed package results in the correct result:

$ dpkg -l | grep vlan
ii vlan 1.9-3ubuntu10.4

$ ip r
default via 192.168.122.1 dev eth0
default via 1.2.3.1 dev eth1.100 metric 1000
default via 4.5.6.1 dev bond0 metric 2000
default via 9.8.7.1 dev bond0.200 metric 3000
1.2.3.0/24 dev eth1.100 proto kernel scope link src 1.2.3.5
4.5.6.0/24 dev bond0 proto kernel scope link src 4.5.6.8
9.8.7.0/24 dev bond0.200 proto kernel scope link src 9.8.7.7
192.168.122.0/24 dev eth0 proto kernel scope link src 192.168.122.146