Net-virt-sfc Data Change Listener code first pass.
[netvirt.git] / openstack / net-virt-sfc / api / src / main / yang / netvirt-acl.yang
index b16942a5e5a0658abbc1524ddfa04ee1670a1a24..50b90bdb449e44c35f276a8804b491ed3069f3d9 100644 (file)
@@ -18,4 +18,13 @@ module netvirt-sfc-acl {
             type string;
         }
     }
+
+    // TODO: Add choice for Neutron and add fields there instead of at the root of matches
+    augment "/ietf-acl:access-lists/ietf-acl:access-list/ietf-acl:access-list-entries" +
+            "/ietf-acl:access-list-entry/ietf-acl:actions" {
+        description "Redirect traffic to SFC identified by SFC Path ID";
+        leaf redirect-sfc {
+            type string;
+        }
+    }
 }