I have looked at the RFC, and there are 13 occurrences of the pattern. I am not sure which is the one that is missing the closing curly brace for matches.
> On Mar 10, 2026, at 8:50 PM, RFC Errata System <[email protected]> > wrote: > > The following errata report has been submitted for RFC9761, > "Manufacturer Usage Description (MUD) for TLS and DTLS Profiles for Internet > of Things (IoT) Devices". > > -------------------------------------- > You may review the report below and at: > https://www.rfc-editor.org/errata/eid8818 > > -------------------------------------- > Type: Editorial > Reported by: Lize Shao <[email protected]> > > Section: 7 > > Original Text > ------------- > "matches": { > ... > "actions": { > "forwarding": "accept" > } > } > > Corrected Text > -------------- > "matches": { > ... > }, > "actions": { > "forwarding": "accept" > } > > Notes > ----- > "actions" is nested within "matches" in the original text, while they should > be in parallel based on RFC8520 (https://www.rfc-editor.org/rfc/rfc8520.html). > > Instructions: > ------------- > This erratum is currently posted as "Reported". (If it is spam, it > will be removed shortly by the RFC Production Center.) Please > use "Reply All" to discuss whether it should be verified or > rejected. When a decision is reached, the verifying party > will log in to change the status and edit the report, if necessary. > > -------------------------------------- > RFC9761 (draft-ietf-opsawg-mud-tls-18) > -------------------------------------- > Title : Manufacturer Usage Description (MUD) for TLS and DTLS > Profiles for Internet of Things (IoT) Devices > Publication Date : April 2025 > Author(s) : T. Reddy.K, D. Wing, B. Anderson > Category : PROPOSED STANDARD > Source : Operations and Management Area Working Group > Stream : IETF > Verifying Party : IESG > > _______________________________________________ > OPSAWG mailing list -- [email protected] > To unsubscribe send an email to [email protected] Mahesh Jethanandani [email protected]
_______________________________________________ OPSAWG mailing list -- [email protected] To unsubscribe send an email to [email protected]
