mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
While here, pet linters. PR: 275217 Reported by: mallorya@fastmail.com Approved by: koue@chaosophia.net (maintainer)
11 lines
511 B
C
11 lines
511 B
C
--- tables.c.orig 2023-11-20 14:12:38 UTC
|
|
+++ tables.c
|
|
@@ -184,7 +184,7 @@ struct option dhcp_options[256] = {
|
|
{ "option-105", "X", &dhcp_universe, 105 },
|
|
{ "option-106", "X", &dhcp_universe, 106 },
|
|
{ "option-107", "X", &dhcp_universe, 107 },
|
|
- { "option-108", "X", &dhcp_universe, 108 },
|
|
+ { "ipv6-only-preferred", "L", &dhcp_universe, 108 },
|
|
{ "option-109", "X", &dhcp_universe, 109 },
|
|
{ "option-110", "X", &dhcp_universe, 110 },
|
|
{ "option-111", "X", &dhcp_universe, 111 },
|