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)
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>

No differences found