X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpackets.c;h=8791a3ce09a244b20719a484a23d30eeaa191d21;hb=a4b2e516ffd0aa466f2d0182c89a91ce5d23d9a4;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