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 22:14:46 +0000 (15:14 -0700)
commitdf867eda408180e110d74c6f383b51c95d2b0b6d
treee7983469a304424bc0cbdec34aa2f0440dbc1ef7
parent8d6db33e350d38f0a4b692117c986fb4158fb05f
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