summaryrefslogtreecommitdiffstats
path: root/v3po/api/src/main/yang/subinterface-span@2017-05-10.yang
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-03-22 12:48:19 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-03-22 13:53:38 +0100
commit69342de1844ed0d8a0e53f8f04c10e0725c44ce1 (patch)
treeb34661a008dead12c36ffa66eb428a976ac807cc /v3po/api/src/main/yang/subinterface-span@2017-05-10.yang
parent3bef3516707c381dbe7e121659a142a5d50a9e10 (diff)
v3po: fix issues found by pyang
Change-Id: Icbe45830641ba89a1e136401528acdb2b836d12e 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, 0 insertions, 44 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
deleted file mode 100644
index 9308c5d4a..000000000
--- a/v3po/api/src/main/yang/subinterface-span@2017-05-10.yang
+++ /dev/null
@@ -1,44 +0,0 @@
-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