bond: Give stable bonds one tag.
authorEthan Jackson <ethan@nicira.com>
Wed, 20 Apr 2011 00:19:25 +0000 (17:19 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 20 Apr 2011 18:10:28 +0000 (11:10 -0700)
commit8bb6f31da62408faf4bcf479faa25640f428a151
treef86d9e348afe128562119bd2e7f1f095e4933503
parentf76e2dfc8a1dd2581629a0a23c40cc43a77485d3
bond: Give stable bonds one tag.

Stable bonds require all flows to be revalidated when anything
changes.  Instead of giving each slave a tag, and ORing them
together.  This commit creates one tag representing the entire
bond.  This will cause less false positives when deciding which
flows to revalidate.
lib/bond.c