Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yc.o sync #1587

Merged
merged 32 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5426095
Cronjob - daily check of IETF modules.
Aug 18, 2024
8800037
Cronjob - daily check of IETF modules.
Aug 20, 2024
c02a56c
Merge branch 'fork-main' of https://github.com/ietf-tools/yang into f…
Aug 22, 2024
870c84e
Cronjob - daily check of IETF modules.
Aug 22, 2024
9ae10e3
Cronjob - daily check of IANA modules.
Aug 23, 2024
b7b755b
Cronjob - daily check of IETF modules.
Aug 25, 2024
7b23cec
Cronjob - daily check of IETF modules.
Aug 28, 2024
d67a1df
Cronjob - daily check of IETF modules.
Aug 29, 2024
1a179fd
Cronjob - daily check of IANA modules.
Aug 30, 2024
4bc9f42
Cronjob - daily check of IETF modules.
Aug 30, 2024
bb9b2ee
Cronjob - daily check of IETF modules.
Sep 1, 2024
2e2401e
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Sep 2, 2024
56c0aad
Merge branch 'YangModels:main' into main
xorrkaz Sep 2, 2024
a730e18
Merge branch 'main' of https://github.com/ietf-tools/yang into fork-main
Sep 3, 2024
137a479
Cronjob - daily check of IETF modules.
Sep 3, 2024
5690fbc
Cronjob - daily check of IETF modules.
Sep 6, 2024
65f2afc
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Sep 11, 2024
5929517
Cronjob - daily check of IETF modules.
Sep 11, 2024
72b4351
Cronjob - daily check of IANA modules.
Sep 13, 2024
4ea39a9
Cronjob - daily check of IETF modules.
Sep 13, 2024
c881068
Cronjob - daily check of IANA modules.
Sep 18, 2024
58c751d
Cronjob - daily check of IETF modules.
Sep 18, 2024
fcab5b0
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Sep 19, 2024
a84de0e
Cronjob - daily check of IETF modules.
Sep 19, 2024
2deeb27
Cronjob - daily check of IETF modules.
Sep 21, 2024
8042d10
Cronjob - daily check of IETF modules.
Sep 24, 2024
1a86ae0
Cronjob - daily check of IANA modules.
Sep 28, 2024
89d0ac5
Cronjob - daily check of IETF modules.
Sep 28, 2024
5bcac0c
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Sep 29, 2024
c7f1dd3
Merge branch 'YangModels:main' into main
xorrkaz Sep 29, 2024
1938a00
Merge branch 'main' of https://github.com/ietf-tools/yang into fork-main
Sep 29, 2024
e168fa2
Cronjob - daily check of IETF modules.
Sep 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading