Ignore dhcp_message_type since it's not actually a DHCP option

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3904 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2008-08-07 14:52:25 +00:00
parent 762d57fab1
commit 4a0766990b

View File

@@ -894,7 +894,7 @@ copy_dhcp4_config_option (gpointer key,
char *tmp_key = NULL;
const char **p;
static const char *filter_options[] = {
"interface", "pid", "reason", NULL
"interface", "pid", "reason", "dhcp_message_type", NULL
};
/* Filter out stuff that's not actually new DHCP options */