summaryrefslogtreecommitdiffstats
path: root/v3po/api/src/main/yang/subinterface-span@2017-05-10.yang
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-06-16 14:36:52 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-06-16 14:55:14 +0200
commitb4581d183065af6b82026003959b96fbe6850dd1 (patch)
tree6d7f8654ce4eeb13350a3d32314bd267a79c9c61 /v3po/api/src/main/yang/subinterface-span@2017-05-10.yang
parentc312c69343e8336456a109ff82d9bc4c6dc9b1ea (diff)
Rename yang files to match model revision
Also order of revisions was sorted starting from most current. Change-Id: I21fd35cfdb1cc5601b3fb40c9f3755bd3b995b14 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'v3po/api/src/main/yang/subinterface-span@2017-05-10.yang')
-rw-r--r--v3po/api/src/main/yang/subinterface-span@2017-05-10.yang44
1 files changed, 44 insertions, 0 deletions
diff --git a/v3po/api/src/main/yang/subinterface-span@2017-05-10.yang b/v3po/api/src/main/yang/subinterface-span@2017-05-10.yang
new file mode 100644
index 000000000..9308c5d4a
--- /dev/null
+++ b/v3po/api/src/main/yang/subinterface-span@2017-05-10.yang
@@ -0,0 +1,44 @@
+module subinterface-span {
+ yang-version 1;
+ namespace "urn:opendaylight:params:xml:ns:yang:subinterface-span";
+ prefix "subif-span";
+
+ revision "2017-05-10" {
+ description
+ "Initialial revision that adds support for mirroring interfaces on subinterfaces.
+ Vpp implementation allows/implements only two cases:
+ - Src: interface |Dst: interface - covered in v3po.yang
+ - Src: interface |Dst: subinterface - covered by this model";
+ }
+
+ revision "2017-06-07" {
+ description "Eliminated config leafrefs in operational tree";
+ }
+
+ import v3po {
+ prefix "v3po";
+ }
+
+ import vpp-vlan {
+ prefix "vpp-vlan";
+ }
+
+ import yang-ext {
+ prefix "ext";
+ }
+
+ augment /if:interfaces/if:interface/vpp-vlan:sub-interfaces/vpp-vlan:sub-interface {
+ ext:augment-identifier "vpp-subinterface-span-augmentation";
+
+ container span {
+ uses v3po:span-attributes;
+ }
+ }
+
+ augment /if:interfaces-state/if:interface/vpp-vlan:sub-interfaces/vpp-vlan:sub-interface {
+ ext:augment-identifier "vpp-subinterface-span-state-augmentation";
+ container span-state {
+ uses v3po:span-state-attributes;
+ }
+ }
+} \ No newline at end of file