On 2015-03-22, Ted Unangst <[email protected]> wrote:
> trunk uses the MAC of the master device, which is probably going to be em0 in
> many setups, but it's possible to reorder the devices and make iwm0 the
> master. A little less convenient as it won't failover to the ethernet
> automatically.

Untested, but maybe this works:

ifconfig em0 up
ifconfig iwm0 up
ifconfig trunk0 create
ifconfig trunk0 trunkport iwm0 trunkport em0 trunkproto failover
ifconfig trunk0 -trunkport iwm0
ifconfig iwm0 up
ifconfig trunk0 trunkport iwm0

Reply via email to