bridge: Pull monitoring out of bonding logic.
authorEthan Jackson <ethan@nicira.com>
Tue, 22 Feb 2011 22:19:18 +0000 (14:19 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 17 Mar 2011 19:21:11 +0000 (12:21 -0700)
commite5ed989d03ae908434d6cd6e0feab000e81e8e72
treed3d8d7ccea2676bc89ce8138453b469abc9f00a2
parent28a14bf3d86efb8f0f29936e84cc9e4e384dffe8
bridge: Pull monitoring out of bonding logic.

The monitoring logic and bonding code are unrelated.  This commit
pulls the monitoring logic out.  As a result all interfaces, not
just those participating in bonds, are monitored.  This will be
required to run LACP on non-bonded ports.

Also removes the miimon flag from the port structure.
vswitchd/bridge.c