X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdhcp%2Fcommon.c;h=ff25dfe811b853361762d4dc92c2ab0862a39271;hb=eb16a6becb8ab1dd4be3696ab446ab91830f6fc5;hp=00817af84e0adb2ba04e7b0eb9379720b4b47493;hpb=5dcabcf4a70d58a862990ba3235882c4e47ebcc4;p=framework%2Fconnectivity%2Fconnman.git diff --git a/gdhcp/common.c b/gdhcp/common.c index 00817af..ff25dfe 100644 --- a/gdhcp/common.c +++ b/gdhcp/common.c @@ -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 }, };