#  See the documentation in the man page about bonding.  There are quite a
#  few things you need to know about bonding.  Bonding is definitely not
#  for the faint of heart, but it allows seamless continuation of
#  connectivity when you plug in a wired ethernet cable, giving you more
#  bandwidth for large transfers.
#
#  There are many requirements for this, including that you know what IP
#  address you will get before the interface can be brought up (and before
#  DHCP can be brought up).
#
#  This example sets the IP address, and then uses DHCP (the default) to
#  pick up DNS and default gateway settings, etc.

case "$1" in
   start)
      WIFIROAMD_BONDING_WITH_DEVICE=auto
      WIFIROAMD_BONDING_IPADDRESS=10.1.1.1/24
      ;;
esac
