Skip to content

Commit

Permalink
Merge pull request #363 from yang-catalog/master
Browse files Browse the repository at this point in the history
Cronjob - every day pull and update of ietf draft yang files.
einarnn authored Feb 24, 2018
2 parents dacbb79 + 7f2cd20 commit e599022
Showing 14 changed files with 1,907 additions and 777 deletions.
570 changes: 0 additions & 570 deletions experimental/ietf-extracted-YANG-modules/ietf-actn-vn@2017-10-23.yang

This file was deleted.

511 changes: 511 additions & 0 deletions experimental/ietf-extracted-YANG-modules/ietf-actn-vn@2018-01-30.yang

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -33,8 +33,10 @@ module ietf-connection-oriented-oam {

revision 2018-02-07 {
description
"Initial revision. - 12 version";
reference "draft-ietf-lime-yang-oam-model";
"Initial revision.";
reference
"RFC xxxx: Generic YANG Data Model for Connection
Oriented OAM protocols";
}

feature connectivity-verification {
@@ -75,14 +77,18 @@ module ietf-connection-oriented-oam {

identity technology-types {
description
"This is the base identy of technology types which are
"This is the base identity of technology types which are
TRILL, MPLS-TP, etc";
}

identity command-sub-type {
description
"Defines different rpc command subtypes,
e.g rfc6905 trill OAM, this is optional for most cases";
reference
"RFC 6905: Requirements for OAM in Transparent
Interconnection of Lots of Links (TRILL)";

}

identity on-demand {
@@ -91,6 +97,9 @@ module ietf-connection-oriented-oam {
"On demand activation - indicates that the tool is activated
manually to detect a specific anomaly.
On-demand OAM method requires only transient configuration.";
reference
"RFC 7276: An Overview of Operations, Administration, and
Maintenance (OAM) Tools";
}

identity proactive {
@@ -101,6 +110,9 @@ module ietf-connection-oriented-oam {
are detected when a certain number of expected messages are not
received. Proactive OAM method requires persistent
configuration.";
reference
"RFC 7276: An Overview of Operations, Administration, and
Maintenance (OAM) Tools";
}

identity name-format {
@@ -171,6 +183,9 @@ module ietf-connection-oriented-oam {
Check and Connectivity Verification (CC-V) messages
to include unique identification of the MEG that is being
monitored and the MEP that originated the message.";
reference
"RFC 6371: Operations, Administration, and Maintenance
Framework for MPLS-Based Transport Networks";
}

identity invalid-oam-defect {
@@ -204,6 +219,7 @@ module ietf-connection-oriented-oam {
units "milliseconds";
description
"Time interval between packets in milliseconds.
Time interval should not be less than 0.
0 means no packets are sent.";
}

@@ -216,7 +232,7 @@ module ietf-connection-oriented-oam {
typedef ma-name-string {
type string;
description
"Generic administrative name for an
"Generic administrative name for a
Maintenance Association (MA).";
}

@@ -285,7 +301,6 @@ module ietf-connection-oriented-oam {
association End Point.";
}
}

grouping time-to-live {
leaf ttl {
type uint8;
@@ -326,6 +341,7 @@ module ietf-connection-oriented-oam {

grouping mep-address {
choice mep-address {
default ip-address;
case mac-address {
leaf mac-address {
type yang:mac-address;
@@ -353,6 +369,7 @@ module ietf-connection-oriented-oam {

grouping mip-address {
choice mip-address {
default ip-address;
case mac-address {
leaf mac-address {
type yang:mac-address;
@@ -428,7 +445,6 @@ module ietf-connection-oriented-oam {
description
"Maintenance Domain (MD) name.";
}

grouping ma-identifier {
description
"Grouping containing leaves sufficient to identify
@@ -964,7 +980,7 @@ module ietf-connection-oriented-oam {
description
"Generates Traceroute or Path Trace and return response.
Referencing RFC7276 for common Toolset name, for
MPLS-TP OAM it's Route Tracing, and for TRILL OAM It's
MPLS-TP OAM, it's Route Tracing, and for TRILL OAM, it's
Path Tracing tool. Starts with TTL of one and increment
by one at each hop. Untill destination reached or TTL
reach max value.";
Loading

0 comments on commit e599022

Please sign in to comment.