Uploaded image for project: 'neutron'
  1. neutron
  2. NEUTRON-110

Not able to GET/DELETE L2 Gateway Connection created without optional PORT

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • Multiple
    • northbound-api
    • None
    • Operating System: All
      Platform: All

    • 5210

      Not able to GET/DELETE L2 Gateway Connection created without optional PORT because of code in line number# 79 below from fromMd() method of NeutronL2gatewayConnectionInterface.java file

      58 @Override
      59 protected NeutronL2gatewayConnection fromMd(L2gatewayConnection l2gatewayConnection){
      …….
      …….
      76 if (l2gatewayConnection.getSegmentId() != null)

      { 77 result.setSegmentID(Integer.valueOf(l2gatewayConnection.getSegmentId())); 78 }

      79 if (l2gatewayConnection.getPortId().getValue() != null)

      { 80 result.setPortID(String.valueOf(l2gatewayConnection.getPortId().getValue())); 81 }

      82 return result;
      83 }

      Fix has to be given in both master and stable/beryllium releases.

            dileep.ranganathan@intel.com Dileep Ranganathan
            shashidhar.raja@ericsson.com Shashidhar R
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: