]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
options: andsf6 is DHCPv6, not DHCP
authorRoy Marples <roy@marples.name>
Mon, 2 Oct 2023 10:01:39 +0000 (11:01 +0100)
committerRoy Marples <roy@marples.name>
Mon, 2 Oct 2023 10:01:39 +0000 (11:01 +0100)
src/dhcpcd-definitions.conf

index 9652290715e13c68f084e5462c6d8f252b5594cb..3c20eef399a4ac752edab7d363b246df95f25300 100644 (file)
@@ -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
 
 ##############################################################################