FS#31770 - [netcfg] bond isn't working

Attached to Project: Arch Linux
Opened by Charles Vejnar (vejnar) - Tuesday, 02 October 2012, 15:33 GMT
Last edited by Jouke Witteveen (jouke) - Monday, 15 October 2012, 08:46 GMT
Task Type Bug Report
Category Arch Projects
Status Closed
Assigned To Jouke Witteveen (jouke)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

/usr/lib/network/connections/bond is not working properly (at least for me).

In /etc/network.d/bonding:

CONNECTION='bond'
DESCRIPTION='Bond Interface'
INTERFACE='bond0'
IP='dhcp'
SLAVE_INTERFACES=('eth0' 'eth1')
DHCP_TIMEOUT=90

As far as I understand, the interface is started too early (with "$CONN_DIR/ethernet" up). It should be done with "bring_interface up" and the interface started at the end. I tested it, and it's working like that.

See also https://bbs.archlinux.org/viewtopic.php?pid=1169691

I attached a modified version for a bond connection.

Don't hesitate if you have questions. If you confirm it, could it be integrated into Netcfg ?

Thanks
   bond2 (0.7 KiB)
This task depends upon

Closed by  Jouke Witteveen (jouke)
Monday, 15 October 2012, 08:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  f60ec

Loading...