ovs-vsctl: Add --columns options to "list" command.
[openvswitch] / lib / packets.c
index c1e1cdbb967370daac1febf58023b43dc17ca37f..8791a3ce09a244b20719a484a23d30eeaa191d21 100644 (file)
@@ -237,7 +237,7 @@ compose_lacp_packet(struct ofpbuf *b, struct lacp_info *actor,
 
     pdu->collector_type = 3;
     pdu->collector_len = 16;
-    pdu->collector_delay = htons(UINT16_MAX);
+    pdu->collector_delay = htons(0);
 }
 
 /* Parses 'b' which represents a packet containing a LACP PDU.  This function