Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module iana-bgp-afi-safi-types {
described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
they appear in all capitals, as shown here.";

revision 2026-06-24 {
revision 2026-08-14 {
description
"Initial Version";
ysv:version 0.0.9;
Expand All @@ -66,6 +66,7 @@ module iana-bgp-afi-safi-types {
/*
* Identities.
*/

/* BGP AFI-SAFI Type Identities. */

identity afi-safi-type {
Expand Down Expand Up @@ -114,6 +115,7 @@ module iana-bgp-afi-safi-types {
reference
"RFC 4364: BGP/MPLS IP Virtual Private Networks (VPNs).";
}

identity l3vpn-ipv4-multicast {
base afi-safi-type;
description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module iana-bgp-capabilities {
described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
they appear in all capitals, as shown here.";

revision 2026-06-24 {
revision 2026-08-14 {
description
"Initial Version";
ysv:version 0.0.9;
Expand All @@ -72,7 +72,6 @@ module iana-bgp-capabilities {
description
"Base identity for a BGP capability";
}

identity mp-bgp {
base bgp-capability;
description
Expand Down
Loading
Loading