vswitchd: Update link_state instantly.
authorEthan Jackson <ethan@nicira.com>
Sat, 15 Oct 2011 00:29:35 +0000 (17:29 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 17 Oct 2011 22:03:03 +0000 (15:03 -0700)
commit70aa337d733c274c93cf43c68c00eb85ca28075b
tree870fe2052037b860d5bf511fa3f326158a8241d7
parent15236eb49da2abff8b3d2482e45e0666732f1e18
vswitchd: Update link_state instantly.

With this patch, instead of updating an interface's link_state once
every 5 seconds, it's updated immediately when changed.  To avoid
stressing the database, these updates are rate limited to once per
second.
vswitchd/bridge.c