vswitchd: Tweak LACP values.
authorEthan Jackson <ethan@nicira.com>
Sat, 5 Feb 2011 02:16:39 +0000 (18:16 -0800)
committerEthan Jackson <ethan@nicira.com>
Mon, 7 Feb 2011 19:27:51 +0000 (11:27 -0800)
commit8834f25e9983910258cd0cd1e400a14d9a664479
treef7c29163932462cc9f085d1f2a900b7f8b2b7b74
parentedbad245caa782220c6c3d97df39701065e3499b
vswitchd: Tweak LACP values.

Hardware sets the default LACP partner information to 0 so this
commit follows.  The collector delay is a more interesting
case.  Hardware sets it to 32768 and Linux sets it to 0.  The
collector delay relates to a part of the LACP protocol which we
don't implement so we follow Linux in this case.
lib/packets.c
vswitchd/bridge.c