From adea354e28134f08008732062ef0c613954dc7e4 Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Mon, 19 Oct 2009 18:40:11 -0700 Subject: [PATCH] xen: Correctly write VLAN key in config file. When adding the VLAN key the name of the vif was from a variable in use on only the xs5.7 branch. This uses the correct variable name for the master branch --- xenserver/etc_xensource_scripts_vif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenserver/etc_xensource_scripts_vif b/xenserver/etc_xensource_scripts_vif index dc9cb7b77..2fcf9d402 100755 --- a/xenserver/etc_xensource_scripts_vif +++ b/xenserver/etc_xensource_scripts_vif @@ -75,7 +75,7 @@ add_to_bridge() local vid= if [ "$VLAN_ID" -ne 0 ] ; then bridge=$($vsctl br-to-parent $bridge) - vid="--add=vlan.${dev}.tag=${VLAN_ID}" + vid="--add=vlan.${vif}.tag=${VLAN_ID}" fi ${IP} link set "${vif}" down || logger -t scripts-vif "Failed to ip link set ${vif} down" -- 2.43.0