vswitchd: Remove special case for VLAN devices.
authorBen Pfaff <blp@nicira.com>
Tue, 8 Nov 2011 21:53:38 +0000 (13:53 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Nov 2011 21:19:53 +0000 (13:19 -0800)
commit03eae5f86ce277700323b607fb19a0b8e4aca64d
tree5f53732529828b55869200b6af582371669bff83
parentb0f7b9b5c98557d159e4a12f125eacbf2a04a25b
vswitchd: Remove special case for VLAN devices.

We introduced this special case before the XenServer integration was
complete.  At that point, we were using VLAN devices on XenServer, with a
separate bridge for each VLAN, so we needed this special case.  But no
version of OVS for any supported XenServer version uses VLAN devices this
way, so we can delete the special case.
vswitchd/bridge.c