This patch to the vlan pre-up script should fix this bug, can someone
who can easily reproduce it please update your system and retest to
verify it fixes the bug?  You can just hand-edit your vlan script as
shown, to replace the call to ip to instead do a full ifup on the raw
device.


--- /etc/network/if-pre-up.d/vlan.orig  2017-03-16 16:50:37.972000000 +0000
+++ /etc/network/if-pre-up.d/vlan       2017-03-16 16:50:45.056000000 +0000
@@ -60,7 +60,7 @@
         exit 1
     fi
     if [ ! -e "/sys/class/net/$IFACE" ]; then
-        ip link set up dev $IF_VLAN_RAW_DEVICE
+        ifup $IF_VLAN_RAW_DEVICE
         vconfig add $IF_VLAN_RAW_DEVICE $VLANID
     fi
 fi


** Changed in: ifupdown (Ubuntu)
     Assignee: (unassigned) => Dan Streetman (ddstreet)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573272

Title:
  default gateway route not installed for bond interfaces through reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1573272/+subscriptions

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

Reply via email to