You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/05/22 14:25:09 UTC

git commit: updated refs/heads/4.5 to aee35c9

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 0120e906e -> aee35c96a


CLOUDSTACK-8252: Ignore VLAN 4095 which is n/a on linux

VLAN id 4095 is commonly used as a 'tag passthrough' in virtualization environments
(VMware, specifically). This vlan id is incompatible with Linux, but we can
allow the admin to manually configure the bridge if the same passthrough is
desired.

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aee35c96
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aee35c96
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/aee35c96

Branch: refs/heads/4.5
Commit: aee35c96a8157e36b1237dc537bb5b01e1657d61
Parents: 0120e90
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri May 22 13:22:40 2015 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri May 22 13:22:40 2015 +0100

----------------------------------------------------------------------
 scripts/vm/network/vnet/modifyvlan.sh | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aee35c96/scripts/vm/network/vnet/modifyvlan.sh
----------------------------------------------------------------------
diff --git a/scripts/vm/network/vnet/modifyvlan.sh b/scripts/vm/network/vnet/modifyvlan.sh
index 021dfa2..24a38a1 100755
--- a/scripts/vm/network/vnet/modifyvlan.sh
+++ b/scripts/vm/network/vnet/modifyvlan.sh
@@ -167,6 +167,11 @@ then
    modprobe 8021q >& /dev/null
 fi
 
+if [ "$vlanId" -eq 4095 ]
+then
+    exit 0
+fi
+
 if [ "$op" == "add" ]
 then
 	# Add the vlan