BUG:5128 Elan Multi-DPN datapath fix
[vpnservice.git] / interfacemgr / interfacemgr-api / src / main / yang / odl-interface-rpc.yang
index 66e79efa6a30f7815ddb284efd0b0465c7c0312f..281caff8885c30f4939ac2d144c8d09d15a60afa 100644 (file)
@@ -73,6 +73,21 @@ module odl-interface-rpc {
         }
     }
 
+    rpc get-egress-actions {
+        description "used to retrieve group actions to use from interface name";
+        input {
+            leaf intf-name {
+                type string;
+            }
+            leaf service-tag {
+                type uint32;
+            }
+        }
+        output {
+            uses action:action-list;
+        }
+    }
+
     rpc get-egress-instructions-for-interface {
         description "used to retrieve flow instructions to use from interface name";
         input {