On Thu, 26 Mar 2015 09:57:31 -0400
Michael Sumulong <[email protected]> wrote:
> I am currently using BusyBox 1.22.1 and would like to be able to setup
> network interface bonding via my /etc/network/interfaces file but I'm
> not sure if there's any support for bonding in ifupdown.c. Can anyone
> confirm this is true or am I missing something?
It is normally done by ifupdown hook scripts in
/etc/network/if-{pre,post}-{up,down}.d/
The scripts we use for Alpine Linux for bonding are at:
http://git.alpinelinux.org/cgit/aports/tree/main/bonding
And the interfaces file could look simply:
iface bond0 inet dhcp
bond-slaves eth0 eth1
or similar.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox