dhcp: Handle proxy PAC option correctly
[framework/connectivity/connman.git] / gdhcp / common.c
index 00817af..ff25dfe 100644 (file)
@@ -52,6 +52,7 @@ static const DHCPOption client_options[] = {
        { OPTION_U16,                   0x39 }, /* max-size */
        { OPTION_STRING,                0x3c }, /* vendor */
        { OPTION_STRING,                0x3d }, /* client-id */
+       { OPTION_STRING,                0xfc }, /* UNOFFICIAL proxy-pac */
        { OPTION_UNKNOWN,               0x00 },
 };