CA-37154: vswitch: Use MAC address of tagged PIF for VLAN fake-bridge
authorIan Campbell <ian.campbell@citrix.com>
Mon, 1 Feb 2010 17:50:14 +0000 (09:50 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 1 Feb 2010 17:50:14 +0000 (09:50 -0800)
commit66aeba23bd8effd71e0a3cf9c0cab75f3d75f6f1
tree9462f160086ef5f5d16d438fbe00cb15d8b71474
parentd45e9c65c6c257bb361829607c0f09bb9b14fa41
CA-37154: vswitch: Use MAC address of tagged PIF for VLAN fake-bridge

This is because PIF.MAC for a VLAN is FE:FF:FF:FF:FF:FF. In bridge
mode the VLAN and the bridge naturally pick up the underlying MAC
address from the physical device but under vswitch we must explicitly
specify it and we are currently specifying
FE:FF:FF:FF:FF. interface-reconfigure needs to use the MAC address of
the tagged PIF not the untagged PIF.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1265020755 0
# Node ID d7fc59d6a274334377fdbb09dcaf80a76431bcdb
# Parent  a6f27b5a3096ce627b5003c7be19ca59f7dd9606
xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py