From: Razvan Becheriu Date: Thu, 12 Jun 2025 18:12:30 +0000 (+0300) Subject: [#3851] changes 4o6 port in examples and doc X-Git-Tag: Kea-3.0.0~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4de1380bd5f8fe0c171c3eb461c1d54e4722b9fd;p=thirdparty%2Fkea.git [#3851] changes 4o6 port in examples and doc --- diff --git a/doc/examples/kea4/all-keys-netconf.json b/doc/examples/kea4/all-keys-netconf.json index f11b5c6eb9..91d6164f56 100644 --- a/doc/examples/kea4/all-keys-netconf.json +++ b/doc/examples/kea4/all-keys-netconf.json @@ -279,8 +279,9 @@ // Specifies the first of the two consecutive ports of the UDP // sockets used for communication between DHCPv6 and DHCPv4 - // servers. See RFC 7341. - "dhcp4o6-port": 6767, + // servers. See RFC 7341. (defaults to 0 - disabled). + // If enabled, use e.g. 786. + "dhcp4o6-port": 0, // Boolean flag indicating whether the Kea DHCPv4 server // should send back the Client Identifier option in its responses. diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index 53079ea048..ad2f451f47 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -401,8 +401,9 @@ // Specifies the first of the two consecutive ports of the UDP // sockets used for communication between DHCPv6 and DHCPv4 - // servers. See RFC 7341. - "dhcp4o6-port": 6767, + // servers. See RFC 7341. (defaults to 0 - disabled). + // If enabled, use e.g. 786. + "dhcp4o6-port": 0, // Boolean flag indicating whether the Kea DHCPv4 server // should send back the Client Identifier option in its responses. diff --git a/doc/examples/kea4/dhcpv4-over-dhcpv6.json b/doc/examples/kea4/dhcpv4-over-dhcpv6.json index ff338470d8..27e9d509ba 100644 --- a/doc/examples/kea4/dhcpv4-over-dhcpv6.json +++ b/doc/examples/kea4/dhcpv4-over-dhcpv6.json @@ -29,7 +29,7 @@ ], // This enables DHCPv4-over-DHCPv6 support - "dhcp4o6-port": 6767, + "dhcp4o6-port": 786, "loggers": [ { diff --git a/doc/examples/kea6/all-keys-netconf.json b/doc/examples/kea6/all-keys-netconf.json index 82f5e20574..f78ba78680 100644 --- a/doc/examples/kea6/all-keys-netconf.json +++ b/doc/examples/kea6/all-keys-netconf.json @@ -230,7 +230,8 @@ // Specifies the first of the two consecutive ports of the UDP // sockets used for communication between DHCPv6 and DHCPv4 - // servers. See RFC 7341. + // servers. See RFC 7341. (defaults to 0 - disabled). + // If enabled, use e.g. 786. "dhcp4o6-port": 0, // Collection of Kea DHCPv6 server parameters configuring how diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index f5c560021b..787f0361c1 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -352,7 +352,8 @@ // Specifies the first of the two consecutive ports of the UDP // sockets used for communication between DHCPv6 and DHCPv4 - // servers. See RFC 7341. + // servers. See RFC 7341. (defaults to 0 - disabled). + // If enabled, use e.g. 786. "dhcp4o6-port": 0, // Collection of Kea DHCPv6 server parameters configuring how diff --git a/doc/examples/kea6/dhcpv4-over-dhcpv6.json b/doc/examples/kea6/dhcpv4-over-dhcpv6.json index 698fc96481..91bb0c6872 100644 --- a/doc/examples/kea6/dhcpv4-over-dhcpv6.json +++ b/doc/examples/kea6/dhcpv4-over-dhcpv6.json @@ -29,7 +29,7 @@ ], // This enables DHCPv4-over-DHCPv6 support - "dhcp4o6-port": 6767, + "dhcp4o6-port": 786, // Required by DHCPv4-over-DHCPv6 clients "option-data": [ diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index a1d47ef3fb..48dd998958 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -4479,7 +4479,7 @@ ISC tested the following configuration: } ], - "dhcp4o6-port": 6767, + "dhcp4o6-port": 786, "loggers": [ { diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index 13f28cc450..eaff411e46 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -3917,7 +3917,7 @@ ISC tested the following configuration: "pools": [ { "pool": "2001:db8:1:1::1:0/112" } ] } ], - "dhcp4o6-port": 6767, + "dhcp4o6-port": 786, "option-data": [ { "name": "dhcp4o6-server-addr",