From: Roy Marples Date: Tue, 13 Nov 2007 14:44:23 +0000 (+0000) Subject: Ignore FQDN replies for the time being. X-Git-Tag: v3.2.3~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8adbc61bf067b487302892556a11b18456e78b5;p=thirdparty%2Fdhcpcd.git Ignore FQDN replies for the time being. --- diff --git a/dhcp.c b/dhcp.c index 532d9536..820fbdab 100644 --- a/dhcp.c +++ b/dhcp.c @@ -793,6 +793,10 @@ parse_start: } break; + case DHCP_FQDN: + /* We ignore replies about FQDN */ + break; + #undef LENGTH #undef MIN_LENGTH #undef MULT_LENGTH