Skip to content

yc.o sync #1653

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

Merged
merged 1 commit into from
Jun 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 0 additions & 9 deletions experimental/ietf-extracted-YANG-modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,6 @@ module iana-display-hints {
"RFC 4122: A Universally Unique IDentifier (UUID) URN Namespace";
amm:base "//ietf/amm/IDENT/base-bstr";
}
amm:ident display-bstr-uuid {
amm:enum 17;
description
"Interpret byte string values as UUID and display as human-friendly text
according to RFC 4122 conventions.";
reference
"RFC 4122: A Universally Unique IDentifier (UUID) URN Namespace";
amm:base "//ietf-amm/IDENT/base-bstr";
}

// TIME type (TP or TD built-ins) hints
amm:ident base-time {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ module ietf-bfd-opt-auth {
WG List: <[email protected]>

Authors: Mahesh Jethanandani ([email protected])
Ashesh Mishra (mishra.ashesh@gmail.com)
Ashesh Mishra (ashesh@aalyria.com)
Ankur Saxena ([email protected])
Manav Bhatia ([email protected]).";
Manav Bhatia ([email protected])
Jeffrey Haas ([email protected]).";

description
"This YANG module augments the base BFD YANG model to add
Expand All @@ -87,7 +88,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 "2025-04-16" {
revision "2025-06-04" {
description
"Initial Version.";
reference
Expand Down Expand Up @@ -140,6 +141,7 @@ module ietf-bfd-opt-auth {
operations.";
}
}

augment "/rt:routing/rt:control-plane-protocols" +
"/rt:control-plane-protocol/bfd:bfd/bfd-ip-sh:ip-sh" +
"/bfd-ip-sh:sessions/bfd-ip-sh:session" +
Expand Down
18 changes: 9 additions & 9 deletions ...odules/[email protected] → ...odules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ module ietf-bfd-stability {

description
"This YANG module augments the base BFD YANG model to add
attributes related to BFD Stability. In particular it adds a
a per session count for BFD packets that are lost.
attributes related to BFD Stability. In particular, it adds a
a per-session count for BFD packets that are lost.

Copyright (c) 2024 IETF Trust and the persons identified as
Copyright (c) 2025 IETF Trust and the persons identified as
authors of the code. All rights reserved.

Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject to
the license terms contained in, the Revised BSD License set
the license terms contained in the Revised BSD License set
forth in Section 4.c of the IETF Trust's Legal Provisions
Relating to IETF Documents
(https://trustee.ietf.org/license-info).
Expand All @@ -95,7 +95,7 @@ module ietf-bfd-stability {
described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
they appear in all capitals, as shown here.";

revision "2025-04-07" {
revision "2025-06-11" {
description
"Initial Version.";
reference
Expand Down Expand Up @@ -141,7 +141,7 @@ module ietf-bfd-stability {
default false;
description
"If set to true, this enables the BFD session to monitor
for stability; i.e., to watch how many packets are getting
for stability, i.e., to watch how many packets are getting
dropped.";
}
description
Expand All @@ -160,7 +160,7 @@ module ietf-bfd-stability {
default false;
description
"If set to true, this enables the BFD session to monitor
for stability; i.e., to watch how many packets are getting
for stability, i.e., to watch how many packets are getting
dropped.";
}
description
Expand All @@ -179,7 +179,7 @@ module ietf-bfd-stability {
default false;
description
"If set to true, this enables the BFD session to monitor
for stability; i.e., to watch how many packets are getting
for stability, i.e., to watch how many packets are getting
dropped.";
}
description
Expand All @@ -198,7 +198,7 @@ module ietf-bfd-stability {
default false;
description
"If set to true, this enables the BFD session to monitor
for stability; i.e., to watch how many packets are getting
for stability, i.e., to watch how many packets are getting
dropped.";
}
description
Expand Down
Loading