Murali Reddy created CLOUDSTACK-9492:
----------------------------------------
Summary: VR scripts IP merge logic incorrectly sets local gateway
to public gateway
Key: CLOUDSTACK-9492
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9492
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Reporter: Murali Reddy
systemvm/patches/debian/config/opt/cloud/bin/merge.py
Logic to parse cmd_line bootargs which has the information of devices, wrongly
populates public gatway from local gateway.
if('localgw' in self.qFile.data['cmd_line']):
dp['gateway'] = self.qFile.data['cmd_line']['localgw']
dp[gateway] is public ip gateway, being set to local gateway
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)