CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/07/18 01:51:47
Modified files: sys/net : if_aggr.c Log message: run the selection logic from the rxm current state if the port is unselected previously it would only run the selection logic if the peer information changed, but it is possible to be in the current state with stale partner info. that can happen if the port becomes disabled/disconnected, which unwinds the mux machine, but doesnt clear the partner info. when the link is enabled again we re-enter the current state, but because the partner info is the same we didn't run the selection logic, which in turn didn't let the mux machine move forward again.