]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Adjust option order returned.
authorRoy Marples <roy@marples.name>
Sun, 21 Jul 2013 11:21:24 +0000 (11:21 +0000)
committerRoy Marples <roy@marples.name>
Sun, 21 Jul 2013 11:21:24 +0000 (11:21 +0000)
dhcp6.c

diff --git a/dhcp6.c b/dhcp6.c
index 47ba45e532dabd97a6c559d23cfde29842035bc1..8ae5466f32b71deb2061feea54b42847ea734a78 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -124,9 +124,9 @@ const struct dhcp_opt dhcp6_opts[] = {
        { D6_OPTION_INFO_REFRESH_TIME,  UINT32,         "info_refresh_time" },
        { D6_OPTION_BCMS_SERVER_D,      RFC3397,        "bcms_server_d" },
        { D6_OPTION_BCMS_SERVER_A,      IPV6A,          "bcms_server_a" },
+       { D6_OPTION_FQDN,               RFC3397,        "fqdn" },
        { D6_OPTION_POSIX_TIMEZONE,     STRING,         "posix_timezone" },
        { D6_OPTION_TZDB_TIMEZONE,      STRING,         "tzdb_timezone" },
-       { D6_OPTION_FQDN,               RFC3397,        "fqdn" },
        { 0, 0, NULL }
 };