From: Roy Marples Date: Sun, 21 Jul 2013 11:21:24 +0000 (+0000) Subject: Adjust option order returned. X-Git-Tag: v6.0.4~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d755500e2e2a8b64a053509d859af9fc143bac2a;p=thirdparty%2Fdhcpcd.git Adjust option order returned. --- diff --git a/dhcp6.c b/dhcp6.c index 47ba45e5..8ae5466f 100644 --- 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 } };