diff options
author | Mallory <mallorya@fastmail.com> | 2023-11-24 09:25:21 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-11-24 20:38:21 +0100 |
commit | 6cf595b31f7a2447d1a8c82fb9a88838ffca40a7 (patch) | |
tree | 0a1116bc2ac97ce7f1e41a248f3e685239e62074 /net/dhcpd/files/patch-dhcp-options.5 | |
parent | devel/R-cran-msm: upgrade to 1.7.1 (diff) |
net/dhcpd: Add ipv6-only-preferred option per RFC 8925
While here, pet linters.
PR: 275217
Reported by: mallorya@fastmail.com
Approved by: koue@chaosophia.net (maintainer)
Diffstat (limited to 'net/dhcpd/files/patch-dhcp-options.5')
-rw-r--r-- | net/dhcpd/files/patch-dhcp-options.5 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/dhcpd/files/patch-dhcp-options.5 b/net/dhcpd/files/patch-dhcp-options.5 new file mode 100644 index 000000000000..03ca38af4016 --- /dev/null +++ b/net/dhcpd/files/patch-dhcp-options.5 @@ -0,0 +1,13 @@ +--- dhcp-options.5.orig 2020-04-13 17:07:01 UTC ++++ dhcp-options.5 +@@ -346,6 +346,10 @@ This option specifies whether the client should config + for packet forwarding. + A value of 0 means disable IP forwarding, and a value of 1 means enable + IP forwarding. ++.It Ic option ipv6-only-preferred Ar uint32 ; ++The number of seconds for which an IPv6-only-capable client should disable ++DHCPv4. ++See RFC 8925 for details. + .It Ic option irc-server Ar ip-address Oo , Ar ip-address ... Oc ; + The + .Ic irc-server |