-
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. --------- Co-authored-by: Miroslav Kovac <[email protected]>
- Loading branch information
Showing
8 changed files
with
91 additions
and
81 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
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 |
---|---|---|
|
@@ -33,11 +33,11 @@ module ietf-isis-flex-algo { | |
organization | ||
"IETF LSR - Link State Routing Working Group"; | ||
contact | ||
"WG Web: <http://datatracker.ietf.org/wg/lsr> | ||
"WG Web: <https://datatracker.ietf.org/wg/lsr> | ||
WG List: <mailto:[email protected]> | ||
Author: Yingzhen Qu | ||
<mailto:yingzhen.qu@futurewei.com> | ||
<mailto:yingzhen.ietf@gmail.com> | ||
Author: Acee Lindem | ||
<mailto:[email protected]> | ||
Author: Stephane Litkowski | ||
|
@@ -46,12 +46,12 @@ module ietf-isis-flex-algo { | |
|
||
description | ||
"The YANG module defines the configuration and operational | ||
state for ISIS Flexible Algorithm as defined in RFC xxxx. | ||
state for ISIS Flexible Algorithm as defined in RFC 9350. | ||
This YANG model conforms to the Network Management | ||
Datastore Architecture (NMDA) as described in RFC 8342. | ||
Copyright (c) 2023 IETF Trust and the persons identified as | ||
Copyright (c) 2024 IETF Trust and the persons identified as | ||
authors of the code. All rights reserved. | ||
Redistribution and use in source and binary forms, with or | ||
|
@@ -73,7 +73,7 @@ module ietf-isis-flex-algo { | |
reference | ||
"RFC XXXX: YANG Data Model for ISIS Flexible Algorithm."; | ||
|
||
revision 2023-03-06 { | ||
revision 2024-09-02 { | ||
description | ||
"Initial Version"; | ||
reference | ||
|
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 |
---|---|---|
|
@@ -26,11 +26,11 @@ module ietf-isis-link-attr { | |
"IETF LSR - Link State Routing Working Group"; | ||
|
||
contact | ||
"WG Web: <http://datatracker.ietf.org/wg/lsr> | ||
"WG Web: <https://datatracker.ietf.org/wg/lsr> | ||
WG List: <mailto:[email protected]> | ||
Author: Yingzhen Qu | ||
<mailto:yqu@futurewei.com> | ||
<mailto:yingzhen.ietf@gmail.com> | ||
Author: Acee Lindem | ||
<mailto:[email protected]> | ||
Author: Stephane Litkowski | ||
|
@@ -39,11 +39,11 @@ module ietf-isis-link-attr { | |
description | ||
"This YANG module defines the configuration and operational | ||
state for IS-IS application specific link attributes feature as | ||
defined in RFC 8919. | ||
defined in RFC 9479. | ||
This YANG model conforms to the Network Management | ||
Datastore Architecture (NMDA) as described in RFC 8342. | ||
Copyright (c) 2023 IETF Trust and the persons identified as | ||
Copyright (c) 2024 IETF Trust and the persons identified as | ||
authors of the code. All rights reserved. | ||
Redistribution and use in source and binary forms, with or | ||
|
@@ -64,7 +64,7 @@ module ietf-isis-link-attr { | |
|
||
reference "RFC XXXX"; | ||
|
||
revision 2023-03-06 { | ||
revision 2024-09-02 { | ||
description | ||
"Initial version"; | ||
reference | ||
|
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 |
---|---|---|
|
@@ -21,11 +21,11 @@ module ietf-isis-msd { | |
organization | ||
"IETF LSR - LSR Working Group"; | ||
contact | ||
"WG Web: <http://datatracker.ietf.org/wg/lsr> | ||
"WG Web: <https://datatracker.ietf.org/wg/lsr> | ||
WG List: <mailto:[email protected]> | ||
Author: Yingzhen Qu | ||
<mailto:yingzhen.qu@futurewei.com> | ||
<mailto:yingzhen.ietf@gmail.com> | ||
Author: Acee Lindem | ||
<mailto:[email protected]> | ||
Author: Stephane Litkowski | ||
|
@@ -41,7 +41,7 @@ module ietf-isis-msd { | |
This YANG model conforms to the Network Management | ||
Datastore Architecture (NMDA) as described in RFC 8342. | ||
Copyright (c) 2023 IETF Trust and the persons identified as | ||
Copyright (c) 2024 IETF Trust and the persons identified as | ||
authors of the code. All rights reserved. | ||
Redistribution and use in source and binary forms, with or | ||
|
@@ -63,7 +63,7 @@ module ietf-isis-msd { | |
reference | ||
"RFC XXXX: YANG Data Model for ISIS MSD"; | ||
|
||
revision 2023-03-06 { | ||
revision 2024-09-02 { | ||
description | ||
"Initial Version"; | ||
reference | ||
|
@@ -76,18 +76,7 @@ module ietf-isis-msd { | |
container link-msd-sub-tlv { | ||
list link-msds { | ||
key "msd-type"; | ||
leaf msd-type { | ||
type identityref { | ||
base mpls-msd:msd-base-type; | ||
} | ||
description | ||
"MSD-Types"; | ||
} | ||
leaf msd-value { | ||
type uint8; | ||
description | ||
"MSD value, in the range of 0-255."; | ||
} | ||
uses mpls-msd:msd-type-value; | ||
description | ||
"List of link MSDs"; | ||
} | ||
|
@@ -112,18 +101,7 @@ module ietf-isis-msd { | |
container node-msd-tlv { | ||
list node-msds { | ||
key "msd-type"; | ||
leaf msd-type { | ||
type identityref { | ||
base mpls-msd:msd-base-type; | ||
} | ||
description | ||
"MSD-Types"; | ||
} | ||
leaf msd-value { | ||
type uint8; | ||
description | ||
"MSD value, in the range of 0-255."; | ||
} | ||
uses mpls-msd:msd-type-value; | ||
description | ||
"Node MSD is the smallest link MSD supported by | ||
the node."; | ||
|
@@ -136,7 +114,6 @@ module ietf-isis-msd { | |
} | ||
|
||
/* link MSD sub-tlv */ | ||
|
||
augment "/rt:routing/" | ||
+ "rt:control-plane-protocols/rt:control-plane-protocol" | ||
+ "/isis:isis/isis:database/isis:levels/isis:lsp" | ||
|
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 |
---|---|---|
|
@@ -14,22 +14,22 @@ module ietf-isis-remaining-lifetime { | |
"IETF LSR - Link State Routing Working Group"; | ||
|
||
contact | ||
"WG Web: <http://datatracker.ietf.org/wg/lsr> | ||
"WG Web: <https://datatracker.ietf.org/wg/lsr> | ||
WG List: <mailto:[email protected]> | ||
Author: Yingzhen Qu | ||
<mailto:yqu@futurewei.com> | ||
<mailto:yingzhen.ietf@gmail.com> | ||
Author: Acee Lindem | ||
<mailto:[email protected]> | ||
Author: Stephane Litkowski | ||
<mailto:[email protected]>"; | ||
|
||
description | ||
"This YANG module defines the configuration and operational | ||
state for IS-IS Minimum Remaining Lifetime feature as defined | ||
in RFC 7987. | ||
"This YANG module defines a notification which is sent when the | ||
IS-IS system detects corrupted lifetime of an LSP. This is for | ||
IS-IS Minimum Remaining Lifetime feature as defined in RFC 7987. | ||
Copyright (c) 2023 IETF Trust and the persons identified as | ||
Copyright (c) 2024 IETF Trust and the persons identified as | ||
authors of the code. All rights reserved. | ||
Redistribution and use in source and binary forms, with or | ||
|
@@ -44,7 +44,7 @@ module ietf-isis-remaining-lifetime { | |
|
||
reference "RFC XXXX"; | ||
|
||
revision 2023-03-06 { | ||
revision 2024-09-02 { | ||
description | ||
"Initial version"; | ||
reference | ||
|
Oops, something went wrong.