brcompat: Make "brctl showmacs" honor Linux notion of bridge composition.
authorBen Pfaff <blp@nicira.com>
Thu, 16 Jul 2009 22:16:06 +0000 (15:16 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Jul 2009 22:16:06 +0000 (15:16 -0700)
commitc735214e852e1706a3e0ad346c114292fd3e7047
tree27dec52137a0462e1bf9c73b1442db11539ed20e
parent092bebdc047b8a4944762a454ff8653baa563ced
brcompat: Make "brctl showmacs" honor Linux notion of bridge composition.

The kernel only handles a single VLAN per bridge, but vswitchd can deal
with all the VLANs on a single bridge.  This commit makes "brctl showmacs"
pretend that the former is the case even though the latter is the
implementation.

Bug #1567.
vswitchd/ovs-brcompatd.c