diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-08-03 02:30:43 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-08-03 02:34:37 +0200 |
commit | 2c6ac17474f9307811b322af04738c3fe39a56bb (patch) | |
tree | 69c45661ea9e9373a55e2bb9f259cb5e41d7c754 /gdhcp | |
parent | c700815397da5f0d1c5a1d83bfce096ba0d63151 (diff) | |
download | connman-2c6ac17474f9307811b322af04738c3fe39a56bb.tar.gz connman-2c6ac17474f9307811b322af04738c3fe39a56bb.tar.bz2 connman-2c6ac17474f9307811b322af04738c3fe39a56bb.zip |
Add server ID option support to dhcp-lib
Diffstat (limited to 'gdhcp')
-rw-r--r-- | gdhcp/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdhcp/common.c b/gdhcp/common.c index 14fc62c6..fc95881e 100644 --- a/gdhcp/common.c +++ b/gdhcp/common.c @@ -44,6 +44,7 @@ static const DHCPOption client_options[] = { /* Options below will not be exposed to user */ { OPTION_IP, 0x32 }, /* requested-ip */ { OPTION_U8, 0x35 }, /* message-type */ + { OPTION_U32, 0x36 }, /* server-id */ { OPTION_U16, 0x39 }, /* max-size */ { OPTION_STRING, 0x3c }, /* vendor */ { OPTION_STRING, 0x3d }, /* client-id */ |