brcompatd: Delete VLAN tags only for the correct port in del_port().
authorBen Pfaff <blp@nicira.com>
Mon, 21 Sep 2009 22:34:27 +0000 (15:34 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Sep 2009 17:08:10 +0000 (10:08 -0700)
commit36becebea2d1e816a636d62a226521d0bf26bb18
tree4b76aaf2295ff70ff976bcb9a6f3c11bf4b9e182
parentf928967abecdd51d2b9f88ed9984d67e3170aac5
brcompatd: Delete VLAN tags only for the correct port in del_port().

vlan.%s.* will match e.g. eth0.123 if the %s expands to eth0.  We only
want it to match eth0 in that case.

This is based on code inspection.  It may or may not fix a real problem.
vswitchd/ovs-brcompatd.c