Fix netvirtsfc flows
[ovsdb.git] / openstack / net-virt-sfc / api / src / main / yang / netvirt-acl.yang
index 3d1a813e155f39a79751643c8c000736e2441921..31d1e1d867e9b727f259cb1daab7ae3e9269056e 100644 (file)
@@ -14,6 +14,7 @@ module netvirt-sfc-acl {
   //augment "/ietf-acl:access-lists/ietf-acl:access-list/ietf-acl:access-list-entries/ietf-acl:access-list-entry/ietf-acl:matches" {
     augment "/ietf-acl:access-lists/ietf-acl:acl/ietf-acl:access-list-entries/ietf-acl:ace/ietf-acl:matches" {
         description "Neutron network uuid";
+        ext:augment-identifier "neutron-network";
         leaf network-uuid {
             type string;
         }
@@ -22,6 +23,7 @@ module netvirt-sfc-acl {
     // TODO: Add choice for Neutron and add fields there instead of at the root of matches
     augment "/ietf-acl:access-lists/ietf-acl:acl/ietf-acl:access-list-entries/ietf-acl:ace/ietf-acl:actions" {
         description "Redirect traffic to SFC identified by SFC Path ID";
+        ext:augment-identifier "redirect-to-sfc";
         leaf redirect-sfc {
             type string;
         }