vswitchd: New unixctl command "fdb/show" to print the MAC learing table.
authorBen Pfaff <blp@nicira.com>
Wed, 15 Jul 2009 18:05:37 +0000 (11:05 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Jul 2009 16:17:06 +0000 (09:17 -0700)
commit8c4c1387fdebb4b650a093340842ce2226e118af
treefecb91002a8ef0f1eeacb936ec6deebf4d7829e1
parent321943f7904e1e28948e68cb1c78d89f169c07a2
vswitchd: New unixctl command "fdb/show" to print the MAC learing table.

To implement "brctl showmacs" for bridge compatibility, brcompatd needs to
be able to extract the MAC learning table from ovs-vswitchd.  This provides
a way, and it may be directly useful to switch administrators also.
vswitchd/bridge.c