Fixes order of import statements, removes unused imports, etc.
Change-Id: I53238e6b8bd217964b8951215b580f59e254bb9e
Signed-off-by: Marek Gradzki <[email protected]>
namespace "urn:opendaylight:params:xml:ns:yang:interface:acl";
prefix "ifc-acl";
- revision "2016-12-14" {
- description "Initial revision of interface-acl model";
- }
-
import ietf-interfaces {
prefix "if";
}
+
import yang-ext {
prefix "ext";
}
- import ietf-yang-types {
- prefix "yang";
- }
-
- import vpp-acl {
- prefix "vpp-acl";
- }
import ietf-access-control-list {
prefix "acl";
description "Augmentations to interfaces model to apply acls exposed by acl plugin of vpp";
+ revision "2016-12-14" {
+ description "Initial revision of interface-acl model";
+ }
+
grouping vpp-acls-base-attributes {
description
- "List of ACLs of vpp-acl type"; // TODO express constraint in the model if possible
+ "List of ACLs of vpp-acl type"; // TODO(HC2VPP-201): express constraint in the model if possible
list vpp-acls {
key "type name";
ordered-by user;
type acl:acl-type;
}
+ // FIXME(HC2VPP-290): define leafref in interface-acl or bump ietf-access-control-list
leaf name {
type acl:access-control-list-ref;
}
grouping vpp-macip-acls-base-attributes {
container vpp-macip-acl {
description
- "ACL of vpp-macip-acl type"; // TODO express constraint in the model if possible
+ "ACL of vpp-macip-acl type"; // TODO(HC2VPP-201): express constraint in the model if possible
leaf type {
type acl:acl-type;
module vpp-acl-context {
yang-version 1;
namespace "urn:opendaylight:params:xml:ns:yang:vpp:acl:context";
- prefix "nc";
-
- description "Context for vpp-acl assignment mapping";
-
- revision "2017-01-04" {
- description "Initial revision.";
- }
+ prefix "vac";
import naming-context {
prefix "nc";
prefix "ext";
}
+ description "Context for vpp-acl assignment mapping";
+
+ revision "2017-01-04" {
+ description "Initial revision.";
+ }
+
grouping vpp-acl-context-attributes {
container vpp-acl-mappings {
list vpp-acl-context {
namespace "urn:opendaylight:params:xml:ns:yang:vpp:acl";
prefix "vpp-acl";
- revision "2017-06-15" {
- description
- "Renamed stateful/permit leaf to permit-and-reflect";
- }
-
- revision "2016-12-14" {
- description
- "Initial revision of vpp-acl model.";
- }
-
import ietf-access-control-list {
prefix "acl";
}
prefix yang;
}
+ revision "2017-06-15" {
+ description
+ "Renamed stateful/permit leaf to permit-and-reflect";
+ }
+
+ revision "2016-12-14" {
+ description
+ "Initial revision of vpp-acl model.";
+ }
+
augment /acl:access-lists/acl:acl/acl:access-list-entries/acl:ace/acl:actions/acl:packet-handling {
ext:augment-identifier "stateful-acl-action-augmentation";
when "../acl:matches/acl:ace-type = 'vpp-acl:vpp-acl'";