Skip to content

Commit 62fa197

Browse files
author
ietf-corpus-bot
committed
auto-ingest: ietf-elements backfill — 205 new elements (2026-07-06)
1 parent b71fc98 commit 62fa197

205 files changed

Lines changed: 1984 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
document: rfc-8652
2+
kind: design-rationale
3+
summary: IGMP (IPv4) and MLD (IPv6) are defined as separate schema branches rather than a combined address-family branch. This provides independent optionality, consistency with RFC 8344's IPv4/IPv6 separation, and cleaner accommodation of protocol differences including different feature sets and node types.
4+
section: "2.3"
5+
topics:
6+
- yang
7+
- multicast
8+
extracted_by: claude-sonnet-4-6
9+
extracted_at: "2026-07-06"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
document: rfc-8652
2+
kind: design-rationale
3+
summary: Optional capabilities are extensively declared as YANG features to simplify vendor capability negotiation. Operational state parameters are not widely designated as features because defaulting an operational state parameter is unlikely to harm the system, and implementations can often derive a suitable value.
4+
section: "2.2"
5+
topics:
6+
- yang
7+
- multicast
8+
extracted_by: claude-sonnet-4-6
9+
extracted_at: "2026-07-06"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
document: rfc-8652
2+
kind: design-rationale
3+
summary: Rarely implemented protocol parameters (explicit tracking, maximum transmit rate, last member query count, other querier present time, send router alert, startup query interval/count at global level; disable router alert check, passive mode, promiscuous mode, etc. at interface level) are omitted from the model and left for augmentation to avoid overspecifying optional behavior.
4+
section: 2.1.1
5+
topics:
6+
- yang
7+
- multicast
8+
extracted_by: claude-sonnet-4-6
9+
extracted_at: "2026-07-06"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
document: rfc-8652
2+
kind: interoperability-note
3+
summary: The model covers IGMPv1, IGMPv2, IGMPv3, MLDv1, and MLDv2 but explicitly excludes IGMP/MLD Proxy (RFC 4605) and IGMP/MLD Snooping (RFC 4541), which are to be specified in separate documents.
4+
section: "2.1"
5+
topics:
6+
- yang
7+
- multicast
8+
extracted_by: claude-sonnet-4-6
9+
extracted_at: "2026-07-06"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
document: rfc-8652
2+
kind: normative-requirement
3+
summary: An IGMP interface-name leafref must reference an interface that has IPv4 configured (either enabled or disabled); similarly, an MLD interface-name must reference an interface with IPv6 configured. YANG must constraints enforce these with explicit error messages.
4+
section: "4"
5+
rfc2119_level: MUST
6+
topics:
7+
- yang
8+
- multicast
9+
extracted_by: claude-sonnet-4-6
10+
extracted_at: "2026-07-06"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
document: rfc-8652
2+
kind: normative-requirement
3+
summary: Source-specific parameters (max-group-sources, source-policy, explicit-tracking, lite-exclude-filter) require IGMP version 3; YANG must constraints enforce this, returning an error message if configured with a lower version.
4+
section: "4"
5+
rfc2119_level: MUST
6+
topics:
7+
- yang
8+
- multicast
9+
extracted_by: claude-sonnet-4-6
10+
extracted_at: "2026-07-06"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
document: rfc-8652
2+
kind: normative-requirement
3+
summary: The augmentation to ietf-routing allows multiple IGMP or MLD instances, but a restriction MAY be added depending on the implementation and the device.
4+
section: "3.1"
5+
rfc2119_level: MAY
6+
topics:
7+
- yang
8+
- multicast
9+
extracted_by: claude-sonnet-4-6
10+
extracted_at: "2026-07-06"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
document: rfc-8652
2+
kind: normative-requirement
3+
summary: The last-member-query-interval leaf must not be configured when IGMP version is 1; a YANG must constraint enforces this with error-message 'IGMPv1 does not support last-member-query-interval.'
4+
section: "4"
5+
rfc2119_level: MUST NOT
6+
topics:
7+
- yang
8+
- multicast
9+
extracted_by: claude-sonnet-4-6
10+
extracted_at: "2026-07-06"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
document: rfc-8652
2+
kind: protocol-element
3+
summary: Each of IGMP and MLD defines a clear-groups action (feature action-clear-groups) that takes a mandatory interface choice (by name or all-interfaces), a group-address (IPv4/IPv6 multicast address or '*' for all groups), and a source-address (or '*' for all sources) to clear cache entries.
4+
section: "3.3"
5+
topics:
6+
- yang
7+
- multicast
8+
extracted_by: claude-sonnet-4-6
9+
extracted_at: "2026-07-06"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
document: rfc-8652
2+
kind: protocol-element
3+
summary: Each source record under a group contains source-address, expire (uint32, mandatory), up-time (uint32, mandatory), optional host-count (requires intf-explicit-tracking feature), last-reporter, and an optional list of host entries (keyed by host-address with host-filter-mode) when explicit tracking is enabled.
4+
section: "3.1"
5+
topics:
6+
- yang
7+
- multicast
8+
extracted_by: claude-sonnet-4-6
9+
extracted_at: "2026-07-06"

0 commit comments

Comments
 (0)