Skip to content

Commit

Permalink
Merge pull request #374 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.
  • Loading branch information
einarnn authored Mar 18, 2018
2 parents 6a93b0d + c59efc4 commit 98fe4af
Show file tree
Hide file tree
Showing 127 changed files with 30,737 additions and 10,542 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ module iana-bfd-types {
<mailto:[email protected]>";

description
"This module contains a collection of YANG data types
considered defined by IANA and used for BFD.
"This module defines YANG data types for IANA-registered
BFD parameters.
This YANG module is maintained by IANA and reflects the
'BFD Diagnostic Codes' and 'BFD Authentication Types' registries.
Copyright (c) 2018 IETF Trust and the persons
identified as authors of the code. All rights reserved.
Expand All @@ -40,7 +43,7 @@ module iana-bfd-types {

reference "RFC XXXX";

revision 2018-01-22 {
revision 2018-03-03 {
description "Initial revision.";
reference "RFC XXXX: IANA BFD YANG Data Types.";
}
Expand Down Expand Up @@ -92,9 +95,9 @@ module iana-bfd-types {
}
}
description
"BFD diagnostic as defined in RFC 5880. Range is 0 to 31.";
"BFD diagnostic as defined in RFC 5880, values are maintained in
the 'BFD Diagnostic Codes' IANA registry. Range is 0 to 31.";
}

typedef auth-type {
type enumeration {
enum reserved {
Expand Down Expand Up @@ -123,7 +126,8 @@ module iana-bfd-types {
}
}
description
"BFD authentication type as defined in RFC 5880. Range is 0 to
255.";
"BFD authentication type as defined in RFC 5880, values are
maintained in the 'BFD Authentication Types' IANA registry.
Range is 0 to 255.";
}
}
Loading

0 comments on commit 98fe4af

Please sign in to comment.