spi/NeutronSFCFlowClassifier: typo source, not dest 99/66699/1
authorIsaku Yamahata <isaku.yamahata@intel.com>
Thu, 21 Dec 2017 05:12:20 +0000 (21:12 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Thu, 21 Dec 2017 06:16:48 +0000 (22:16 -0800)
Change-Id: I305ca8c9d248339a2b11f45387f68715d561f064
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCFlowClassifier.java

index 066adf34246ea44907d85c3e78e453fb66c25a30..f9c629c646a34eec1e107152a3edd987bf792a65 100644 (file)
@@ -174,7 +174,7 @@ public final class NeutronSFCFlowClassifier extends NeutronBaseAttributes<Neutro
                 ans.setDestinationIpPrefix(this.getDestinationIpPrefix());
                 break;
             case "logical_source_port":
-                ans.setLogicalDestinationPortUUID(this.getLogicalDestinationPortUUID());
+                ans.setLogicalSourcePortUUID(this.getLogicalSourcePortUUID());
                 break;
             case "logical_destination_port":
                 ans.setLogicalDestinationPortUUID(this.getLogicalDestinationPortUUID());