On Wed, Jan 11, 2017 at 10:43:31PM +0100, BERTRAND jo??l wrote:
Hello,
Some news. In my last message, I have indicated that in agr_start()
function, port = agr_select_tx_port(sc, m) always return null pointer in
port.
agr_select_tx_port() is an indirection to function
ieee8023ad_select_tx_port() in src/sys/net/agr/ieee8023ad_lacp.c. In this
function la is always nullified. Thus, lsc_active_aggregator is never set
and no packet can be sent over tap0/tap1 interfaces.
This would seem to be true for _all_ interfaces, then. No?