bridge: Store the 'mac_in_use' for interfaces in OVSDB.
authorJustin Pettit <jpettit@nicira.com>
Tue, 12 Mar 2013 21:47:22 +0000 (14:47 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 12 Mar 2013 23:04:06 +0000 (16:04 -0700)
commit524eae67a601e05b1f4dab856d66e9e13aad69f3
tree4a9641568bc9c1eabdb40b55bf904d3739a089c0
parent1f3050b88836cf8bc787d38447778d38a787bc8d
bridge: Store the 'mac_in_use' for interfaces in OVSDB.

It can be useful to remotely determine the MAC addresses of attached
interfaces without going through OpenFlow.  This adds the MAC address to
a new 'mac_in_use' column on the Interface table.

Feature #15551

Requested-by: Paul Ingram <paul@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
vswitchd/bridge.c
vswitchd/vswitch.ovsschema
vswitchd/vswitch.xml