From: Roy Marples Date: Mon, 2 Oct 2023 10:01:39 +0000 (+0100) Subject: options: andsf6 is DHCPv6, not DHCP X-Git-Tag: v10.0.3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b9d88252904e053cc6f4187a57e062d576a932b;p=thirdparty%2Fdhcpcd.git options: andsf6 is DHCPv6, not DHCP --- 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 ##############################################################################