> The reentrancy is a red flag for me. Is there an existing example of ifup 
> being
> called from an if-pre-up.d script?

yes, the ifenslave if-pre-up.d script does call ifup for all its slave
interfaces, i.e.:

# Bring up slave if it is the target of an allow-bondX stanza.
# This is usefull to bring up slaves that need extra setup.
if [ -z "$(which ifquery)" ] || ifquery --allow \"$BOND_MASTER\" --list | grep 
-q $slave; then
    ifup $v --allow "$BOND_MASTER" "$slave"
fi


> I think it would be best to get a review from someone more familiar with this
> area before upload.

ok I'll ping one of the ifupdown-related coredevs.

-- 
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/vlan/+bug/1573272/+subscriptions

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

Reply via email to