-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #374 from yang-catalog/master
Cronjob - every day pull and update of ietf draft yang files.
- Loading branch information
Showing
127 changed files
with
30,737 additions
and
10,542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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."; | ||
} | ||
|
@@ -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 { | ||
|
@@ -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."; | ||
} | ||
} |
Oops, something went wrong.