Skip to content

Commit

Permalink
added missing deviation files for 7.0(3)I7(1) and 7.0(3)I7(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyoung-Hwan Yun committed Dec 12, 2017
1 parent cdc0f6b commit d1e470c
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@

module cisco-nx-openconfig-interfaces-deviations {

namespace "http://openconfig.net/yang/interfaces-deviations";

prefix "oc-if-devs";

import openconfig_interfaces { prefix oc-if; }

organization "Cisco Systems, Inc.";

contact
"Cisco Systems, Inc.
Customer Service
Postal: 170 West Tasman Drive
San Jose, CA 95134
Tel: +1 800 553-NETS
E-mail: cs-yang@cisco.com";

description
"This module contains a set of deviations of the openconfig-interfaces module
set for Cisco NXOS.
Copyright (c) 2015-2016 by Cisco Systems, Inc.
All rights reserved.";

revision "2017-09-26" {
description
"Initial revision applicable to NXOS";
}

deviation oc-if:interfaces/oc-if:interface/oc-if:state/oc-if:type {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:state/oc-if:last-change {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:hold-time/oc-if:config/oc-if:down {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:hold-time/oc-if:state/oc-if:down {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:last-change {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-octets {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-unicast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-broadcast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-multicast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-discards {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-errors {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-unknown-protos {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-octets {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-unicast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-broadcast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-multicast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-discards {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-errors {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:last-clear {
deviate "not-supported";
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@

module cisco-nx-openconfig-vlan-deviations {

namespace "http://openconfig.net/yang/vlan-deviations";

prefix "oc-vlan-devs";

import openconfig_vlan { prefix oc-vlan; }

organization "Cisco Systems, Inc.";

contact
"Cisco Systems, Inc.
Customer Service
Postal: 170 West Tasman Drive
San Jose, CA 95134
Tel: +1 800 553-NETS
E-mail: cs-yang@cisco.com";

description
"This module contains a set of deviations of the openconfig-vlan module
set for Cisco NXOS.
Copyright (c) 2015-2016 by Cisco Systems, Inc.
All rights reserved.";

revision "2017-09-26" {
description
"Initial revision applicable to NXOS";
}

deviation oc-vlan:vlans/oc-vlan:vlan/oc-vlan:config/oc-vlan:tpid {
deviate "not-supported";
}
deviation oc-vlan:vlans/oc-vlan:vlan/oc-vlan:state/oc-vlan:tpid {
deviate "not-supported";
}
deviation oc-vlan:vlans/oc-vlan:vlan/oc-vlan:members/oc-vlan:member {
deviate "not-supported";
}
deviation oc-vlan:vlans/oc-vlan:vlan/oc-vlan:members/oc-vlan:member/oc-if:interface-ref/oc-if:state/oc-if:interface {
deviate "not-supported";
}
deviation oc-vlan:vlans/oc-vlan:vlan/oc-vlan:members/oc-vlan:member/oc-if:interface-ref/oc-if:state/oc-if:subinterface {
deviate "not-supported";
}
deviation oc-vlan:/oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-vlan:vlan/oc-vlan:config/oc-vlan:vlan-id {
deviate "not-supported";
}
deviation oc-vlan:/oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-vlan:vlan/oc-vlan:state/oc-vlan:vlan-id {
deviate "not-supported";
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@

module cisco-nx-openconfig-interfaces-deviations {

namespace "http://openconfig.net/yang/interfaces-deviations";

prefix "oc-if-devs";

import openconfig_interfaces { prefix oc-if; }

organization "Cisco Systems, Inc.";

contact
"Cisco Systems, Inc.
Customer Service
Postal: 170 West Tasman Drive
San Jose, CA 95134
Tel: +1 800 553-NETS
E-mail: cs-yang@cisco.com";

description
"This module contains a set of deviations of the openconfig-interfaces module
set for Cisco NXOS.
Copyright (c) 2015-2016 by Cisco Systems, Inc.
All rights reserved.";

revision "2017-09-26" {
description
"Initial revision applicable to NXOS";
}

deviation oc-if:interfaces/oc-if:interface/oc-if:state/oc-if:type {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:state/oc-if:last-change {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:hold-time/oc-if:config/oc-if:down {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:hold-time/oc-if:state/oc-if:down {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:last-change {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-octets {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-unicast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-broadcast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-multicast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-discards {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-errors {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:in-unknown-protos {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-octets {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-unicast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-broadcast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-multicast-pkts {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-discards {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:out-errors {
deviate "not-supported";
}
deviation oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-if:state/oc-if:counters/oc-if:last-clear {
deviate "not-supported";
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@

module cisco-nx-openconfig-vlan-deviations {

namespace "http://openconfig.net/yang/vlan-deviations";

prefix "oc-vlan-devs";

import openconfig_vlan { prefix oc-vlan; }

organization "Cisco Systems, Inc.";

contact
"Cisco Systems, Inc.
Customer Service
Postal: 170 West Tasman Drive
San Jose, CA 95134
Tel: +1 800 553-NETS
E-mail: cs-yang@cisco.com";

description
"This module contains a set of deviations of the openconfig-vlan module
set for Cisco NXOS.
Copyright (c) 2015-2016 by Cisco Systems, Inc.
All rights reserved.";

revision "2017-09-26" {
description
"Initial revision applicable to NXOS";
}

deviation oc-vlan:vlans/oc-vlan:vlan/oc-vlan:config/oc-vlan:tpid {
deviate "not-supported";
}
deviation oc-vlan:vlans/oc-vlan:vlan/oc-vlan:state/oc-vlan:tpid {
deviate "not-supported";
}
deviation oc-vlan:vlans/oc-vlan:vlan/oc-vlan:members/oc-vlan:member {
deviate "not-supported";
}
deviation oc-vlan:vlans/oc-vlan:vlan/oc-vlan:members/oc-vlan:member/oc-if:interface-ref/oc-if:state/oc-if:interface {
deviate "not-supported";
}
deviation oc-vlan:vlans/oc-vlan:vlan/oc-vlan:members/oc-vlan:member/oc-if:interface-ref/oc-if:state/oc-if:subinterface {
deviate "not-supported";
}
deviation oc-vlan:/oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-vlan:vlan/oc-vlan:config/oc-vlan:vlan-id {
deviate "not-supported";
}
deviation oc-vlan:/oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/oc-if:subinterface/oc-vlan:vlan/oc-vlan:state/oc-vlan:vlan-id {
deviate "not-supported";
}

}

0 comments on commit d1e470c

Please sign in to comment.