X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fpackets.c;h=8791a3ce09a244b20719a484a23d30eeaa191d21;hb=9591fefeea4b475ee0d1387486a410bbb592b050;hp=c1e1cdbb967370daac1febf58023b43dc17ca37f;hpb=c25c91fd5ed075a6e9f37ab38c3ea2302e9e8442;p=openvswitch diff --git a/lib/packets.c b/lib/packets.c index c1e1cdbb..8791a3ce 100644 --- a/lib/packets.c +++ b/lib/packets.c @@ -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