Way back in July, I wrote:
> When using this hostname.trunk0:
> 
> ---
> trunkproto failover trunkport alc0 trunkport athn0
> -inet6
> dhcp
> ---
> 
> If the master trunkport is active on initial state, either at boot or
> upon resume from suspend, on occasion the athn0 NIC shows "no carrier". 
> Upon initiation of failover while in this state, it does not recover.
> 
> If the athn0 NIC is used as egress and not part of a trunk, it is always
> "active" and never enters the same state.  
> 
> A scan corrects the state, so this ifstated.conf has been implemented as
> an attempted circumvention.

While it still occurs with trunk participation, I think this may be a 
much simpler circumvention:

/etc/apm/resume:

#!/bin/sh
ifconfig athn0 down up

Reply via email to