Fix license header violations in net-virt
[ovsdb.git] / openstack / net-virt / src / main / java / org / opendaylight / ovsdb / openstack / netvirt / api / InboundNatProvider.java
index aa2f91a6212e1f0da6fd575f4c4ce22a44f79861..1738760cf06230bdc20badeb8efe566969e69e36 100644 (file)
@@ -1,11 +1,9 @@
 /*
- * Copyright (C) 2014 Red Hat, Inc.
+ * Copyright (c) 2014, 2015 Red Hat, Inc. and others. All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
- *
- * Authors : Dave Tucker, Flavio Fernandes
  */
 
 package org.opendaylight.ovsdb.openstack.netvirt.api;
@@ -16,7 +14,7 @@ import java.net.InetAddress;
  *  This interface allows NAT flows to be written to devices
  */
 public interface InboundNatProvider {
-    Status programIpRewriteRule(Long dpid, String segmentationId, InetAddress matchAddress,
+    Status programIpRewriteRule(Long dpid, Long inPort, String destSegId, InetAddress matchAddress,
                                 InetAddress rewriteAddress, Action action);
 
     Status programIpRewriteExclusion(Long dpid, String segmentationId,