From 2c6ac17474f9307811b322af04738c3fe39a56bb Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Tue, 3 Aug 2010 02:30:43 +0200 Subject: [PATCH] Add server ID option support to dhcp-lib --- gdhcp/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdhcp/common.c b/gdhcp/common.c index 14fc62c..fc95881 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 */ -- 2.7.4