Skip to content

Commit

Permalink
yc.o sync (#1587)
Browse files Browse the repository at this point in the history
* Cronjob - daily check of IETF modules.
---------

Co-authored-by: Miroslav Kovac <[email protected]>
  • Loading branch information
xorrkaz and Miroslav Kovac committed Sep 30, 2024
1 parent 66ab44a commit 92189ac
Show file tree
Hide file tree
Showing 8 changed files with 1,100 additions and 1,012 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,17 @@ module iana-bfd-types {
Relating to IETF Documents
(https://trustee.ietf.org/license-info).
This version of this YANG module is part of RFC 9127; see the
RFC itself for full legal notices.";
The initial version of this YANG module is part of RFC 9127;
see the RFC itself for full legal notices.";
reference
"RFC 9127: YANG Data Model for Bidirectional Forwarding
Detection (BFD)";

revision 2024-07-04 {
revision 2024-09-23 {
description
"Add NULL and Meticulous ISAAC authentication type.";
reference
"I-D.ietf-bfd-optimizing-authentication:
Optimizing BFD Authentication,
"RFC XXXX: Optimizing BFD Authentication,
I-D.ietf-bfd-stability: BFD Stability.";
}

Expand Down
37 changes: 20 additions & 17 deletions ...modules/[email protected] → ...modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -14,41 +14,41 @@ module ietf-bfd-opt-auth {
prefix bfd;
reference
"RFC 9314: YANG Data Model for Bidirectional
Forwarding Detection.";
Forwarding Detection (BFD).";
}

import ietf-bfd-ip-sh {
prefix bfd-ip-sh;
reference
"RFC 9314: YANG Data Model for Bidirectional
Forwarding Detection.";
Forwarding Detection (BFD).";
}

import ietf-bfd-ip-mh {
prefix bfd-ip-mh;
reference
"RFC 9314: YANG Data Model for Bidirectional
Forwarding Detection.";
Forwarding Detection (BFD).";
}

import ietf-bfd-lag {
prefix bfd-lag;
reference
"RFC 9314: YANG Data Model for Bidirectional
Forwarding Detection.";
Forwarding Detection (BFD).";
}

import ietf-bfd-mpls {
prefix bfd-mpls;
reference
"RFC 9314: YANG Data Model for Bidirectional
Forwarding Detection.";
Forwarding Detection (BFD).";
}

import ietf-key-chain {
prefix key-chain;
reference
"RFC 8177: YANG Key Chain.";
"RFC 8177: YANG Data Model for Key Chains.";
}

organization
Expand Down Expand Up @@ -87,7 +87,7 @@ module ietf-bfd-opt-auth {
described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
they appear in all capitals, as shown here.";

revision "2024-07-04" {
revision "2024-09-23" {
description
"Initial Version.";
reference
Expand All @@ -107,8 +107,7 @@ module ietf-bfd-opt-auth {
strong authentication and Meticulous Keyed ISAAC Keyed as the
'optimized' authentication.";
reference
"I-D.ietf-bfd-optimizing-authentication:
Meticulous Keyed ISAAC for BFD Authentication.
"RFC XXXX: Meticulous Keyed ISAAC for BFD Authentication.
I-D.ietf-bfd-secure-sequence-numbers:
Meticulous Keyed ISAAC for BFD Authentication.";
}
Expand Down Expand Up @@ -154,8 +153,9 @@ module ietf-bfd-opt-auth {
uses bfd-opt-auth-config;

description
"Augment the 'authentication' container in BFD module to
add attributes related to BFD optimized authentication.";
"Augment the 'authentication' container for single hop BFD
module to add attributes related to BFD optimized
authentication.";
}

augment "/rt:routing/rt:control-plane-protocols/" +
Expand All @@ -165,8 +165,9 @@ module ietf-bfd-opt-auth {
uses bfd-opt-auth-config;

description
"Augment the 'authentication' container in BFD module to
add attributes related to BFD optimized authentication.";
"Augment the 'authentication' container for multi-hop BFD
module to add attributes related to BFD optimized
authentication.";
}

augment "/rt:routing/rt:control-plane-protocols/" +
Expand All @@ -176,8 +177,9 @@ module ietf-bfd-opt-auth {
uses bfd-opt-auth-config;

description
"Augment the 'authentication' container in BFD module to
add attributes related to BFD optimized authentication.";
"Augment the 'authentication' container for BFD over LAG
module to add attributes related to BFD optimized
authentication.";
}

augment "/rt:routing/rt:control-plane-protocols/" +
Expand All @@ -187,7 +189,8 @@ module ietf-bfd-opt-auth {
uses bfd-opt-auth-config;

description
"Augment the 'authentication' container in BFD module to
add attributes related to BFD optimized authentication.";
"Augment the 'authentication' container for BFD over MPLS
module to add attributes related to BFD optimized
authentication.";
}
}
Loading

0 comments on commit 92189ac

Please sign in to comment.