Github user PranaliM commented on the issue:

    https://github.com/apache/cloudstack/pull/1797
  
    Test LGTM based on manual testing of the fix:
    
    **Before Fix:**
    <nic>
    <id>d82b2278-ca19-46da-b532-0a044e778bb8</id>
    <networkid>71424164-015c-4163-9dde-74019fb22ce2</networkid>
    <netmask>255.255.255.0</netmask>
    <gateway>10.1.1.1</gateway>
    <ipaddress>10.1.1.119</ipaddress>
    <traffictype>Guest</traffictype>
    <isdefault>true</isdefault>
    <macaddress>02:00:1c:fe:00:01</macaddress>
    <deviceid>0</deviceid>
    <virtualmachineid>71a0be44-69e4-4821-b8d9-e579ed04d52a</virtualmachineid>
    </nic>
    
    **After Fix:**
    <nic>
    <id>d82b2278-ca19-46da-b532-0a044e778bb8</id>
    <networkid>71424164-015c-4163-9dde-74019fb22ce2</networkid>
    <netmask>255.255.255.0</netmask>
    <gateway>10.1.1.1</gateway>
    <ipaddress>10.1.1.119</ipaddress>
    <traffictype>Guest</traffictype>
    **<type>Isolated</type>**
    <isdefault>true</isdefault>
    <macaddress>02:00:1c:fe:00:01</macaddress>
    <deviceid>0</deviceid>
    <virtualmachineid>71a0be44-69e4-4821-b8d9-e579ed04d52a</virtualmachineid>
    </nic>


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to