aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net/eth_slow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eth_slow.c b/src/net/eth_slow.c
index 69c38f3..db54b55 100644
--- a/src/net/eth_slow.c
+++ b/src/net/eth_slow.c
@@ -167,7 +167,8 @@ static int eth_slow_lacp_rx ( struct io_buffer *iobuf,
lacp->actor.key = htons ( 1 );
lacp->actor.port_priority = htons ( LACP_PORT_PRIORITY_MAX );
lacp->actor.port = htons ( 1 );
- lacp->actor.state = ( LACP_STATE_IN_SYNC |
+ lacp->actor.state = ( LACP_STATE_AGGREGATABLE |
+ LACP_STATE_IN_SYNC |
LACP_STATE_COLLECTING |
LACP_STATE_DISTRIBUTING |
( lacp->partner.state & LACP_STATE_FAST ) );