summaryrefslogtreecommitdiff
path: root/gdhcp/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdhcp/common.c')
-rw-r--r--gdhcp/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdhcp/common.c b/gdhcp/common.c
index 00817af8..ff25dfe8 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 },
};