From 0b9d88252904e053cc6f4187a57e062d576a932b Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 2 Oct 2023 11:01:39 +0100 Subject: [PATCH] options: andsf6 is DHCPv6, not DHCP --- src/dhcpcd-definitions.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dhcpcd-definitions.conf b/src/dhcpcd-definitions.conf index 96522907..3c20eef3 100644 --- a/src/dhcpcd-definitions.conf +++ b/src/dhcpcd-definitions.conf @@ -253,7 +253,6 @@ define 141 array domain sip_ua_cs_list # DHCP ANDSF, RFC6153 define 142 array ipaddress andsf -define 143 array ip6address andsf6 # DHCP Coordinate LCI, RFC6225 # We have no means of expressing 6 bit lengths @@ -655,6 +654,9 @@ define6 103 string captive_portal_uri define6 141 domain dots_ri define6 142 array ip6address dots_address +# DHCP ANDSF, RFC6153 +define6 143 array ip6address andsf6 + # Options 86-65535 are unasssinged ############################################################################## -- 2.47.2