Merge "BUG-1167: missing Notification of FLOW_REMOVED"
authorEd Warnicke <eaw@cisco.com>
Thu, 19 Jun 2014 14:06:25 +0000 (14:06 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 19 Jun 2014 14:06:25 +0000 (14:06 +0000)
1  2 
opendaylight/md-sal/compatibility/sal-compatibility/src/main/java/org/opendaylight/controller/sal/compatibility/ToSalConversionsUtils.java

index e790c2c591a59d81c3f8068ee62eac36e5dea6f3,764266140ae777dfa536bde8e746a8f5a941cf5f..b64f17a77028ff018df7691d4f0498027356d4a8
@@@ -95,9 -94,10 +95,11 @@@ import org.opendaylight.yang.gen.v1.urn
  import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.Address;
  import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv4;
  import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.address.address.Ipv6;
+ import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SwitchFlowRemoved;
+ import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.GenericFlowAttributes;
  import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.ApplyActionsCase;
  import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction;
 +import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId;
  import org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.EtherType;
  import org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.VlanPcp;
  import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.MacAddressFilter;