Skip to content

Commit 6745f98

Browse files
ustcweizhouyadvr
authored andcommitted
CLOUDSTACK-9999: vpc tiers do not work if vpc has more than 8 tiers (#2180)
In the VR, deviceid of eth1X should be 1X (eth10->10, eth11->11), not 1.
1 parent 17bc6af commit 6745f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • systemvm/patches/debian/config/opt/cloud/bin

systemvm/patches/debian/config/opt/cloud/bin/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def processGuestNetwork(self, dbag):
151151
dp['add'] = d['add']
152152
dp['one_to_one_nat'] = False
153153
dp['gateway'] = d['router_guest_gateway']
154-
dp['nic_dev_id'] = d['device'][3]
154+
dp['nic_dev_id'] = d['device'][3:]
155155
dp['nw_type'] = 'guest'
156156
dp = PrivateGatewayHack.update_network_type_for_privategateway(dbag, dp)
157157
qf = QueueFile()

0 commit comments

Comments
 (0)