-
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.
* Cronjob - daily check of IETF modules. * Cronjob - daily check of IANA modules. --------- Co-authored-by: Miroslav Kovac <[email protected]>
- Loading branch information
Showing
34 changed files
with
7,267 additions
and
6,352 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
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 |
---|---|---|
|
@@ -34,10 +34,7 @@ module ietf-altmark { | |
Author: [email protected] | ||
Author: [email protected] | ||
Author: [email protected] | ||
Author: [email protected] | ||
Author: [email protected] | ||
Author: [email protected] | ||
Author: [email protected]"; | ||
Author: [email protected]"; | ||
|
||
description | ||
"This YANG module specifies a vendor-independent data | ||
|
@@ -63,7 +60,7 @@ module ietf-altmark { | |
(https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself | ||
for full legal notices."; | ||
|
||
revision 2024-06-19 { | ||
revision 2025-01-08 { | ||
description "First revision."; | ||
reference "RFC XXXX: A YANG Data Model for Alternate-Marking"; | ||
} | ||
|
@@ -85,6 +82,7 @@ module ietf-altmark { | |
/* | ||
* IDENTITIES | ||
*/ | ||
|
||
identity filter { | ||
description | ||
"Base identity to represent a filter. A filter is used to | ||
|
@@ -181,6 +179,7 @@ module ietf-altmark { | |
description | ||
"It indicates the AltMark Period."; | ||
} | ||
|
||
identity flow-mon-id { | ||
description | ||
"It indicates the FlowMonID."; | ||
|
@@ -373,7 +372,6 @@ module ietf-altmark { | |
description | ||
"Type of timestamp, such as Truncated PTP or NTP."; | ||
} | ||
|
||
list available-interface { | ||
key "if-name"; | ||
description | ||
|
Oops, something went wrong.