Activity log for bug #1768235

Date Who What changed Old value New value Message
2018-05-01 12:17:21 Tom Verdaat bug added bug
2018-05-01 12:18:23 Tom Verdaat description There is a problem when running a bond on top of vlans. Running ifup with verbose enabled shows run-parts being executed in (what seems like) alphabetical order, but to enslave a vlan interface, run-part /etc/network/if-pre-up.d/vlan should be executed before run-part /etc/network/if-pre-up.d/ifenslave. Our workaround has been to add "pre-up export IFACE=<name> IF_VLAN_RAW_DEVICE=<raw device name>; /etc/network/if-pre-up.d/vlan" to all vlan slaves, but it would be better to fix this in the ifup scripts themselves by reordering the run-parts. There is a problem when running a bond on top of vlans. Running ifup with verbose enabled shows run-parts being executed in (what seems like) alphabetical order, but to enslave a vlan interface, run-part /etc/network/if-pre-up.d/vlan should be executed before run-part /etc/network/if-pre-up.d/ifenslave. Our workaround has been to add "pre-up export IFACE=<name> IF_VLAN_RAW_DEVICE=<raw device name>; /etc/network/if-pre-up.d/vlan" to all vlan slaves, but it would be better to fix this in the ifup scripts themselves by reordering the run-parts. Tested with version 1.9-3ubuntu10.4