Skip to content

Commit a717541

Browse files
committed
Update ipv6 RFC reference.
RFC 2373 has long since been obsoleted, and its replacement has likewise been obsoleted. RFC 4291 is the current RFC. While there is a further RFC providing recommendations for consistent formatting of ipv6 addresses, it includes the requirement that all implementations MUST support the full syntax laid out in RFC 4291, so that is what we give as the reference.
1 parent 0f22800 commit a717541

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-validation.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
33
<!ENTITY RFC1034 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.1034.xml">
44
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
5-
<!ENTITY RFC2373 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2373.xml">
65
<!ENTITY RFC2673 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2673.xml">
76
<!ENTITY RFC3339 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3339.xml">
87
<!ENTITY RFC3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
8+
<!ENTITY RFC4291 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4291.xml">
99
<!ENTITY RFC5322 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5322.xml">
1010
<!ENTITY RFC6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
1111
<!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
@@ -849,8 +849,8 @@
849849
</t>
850850
<t>
851851
A string instance is valid against this attribute if it is a valid
852-
representation of an IPv6 address as defined in <xref
853-
target="RFC2373">RFC 2373, section 2.2</xref>.
852+
representation of an IPv6 address as defined in
853+
<xref target="RFC4291">RFC 4291, section 2.2</xref>.
854854
</t>
855855
</section>
856856

@@ -940,10 +940,10 @@
940940

941941
<references title="Informative References">
942942
&RFC1034;
943-
&RFC2373;
944943
&RFC2673;
945944
&RFC3339;
946945
&RFC3986;
946+
&RFC4291;
947947
&RFC6570;
948948
&RFC6901;
949949
&RFC7159;

0 commit comments

Comments
 (0)