From 50d46e61c9a41d972be8c22426b295998ea7b6fe Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Mon, 17 Mar 2008 00:17:53 +0000 Subject: option 252 is generally used to specify an autoproxy-script on a subnet. ok krw@ henning@ --- usr.sbin/dhcpd/tables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/dhcpd/tables.c') diff --git a/usr.sbin/dhcpd/tables.c b/usr.sbin/dhcpd/tables.c index d396d1e7b22..456d0e4d6ce 100644 --- a/usr.sbin/dhcpd/tables.c +++ b/usr.sbin/dhcpd/tables.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tables.c,v 1.5 2007/10/29 16:51:02 krw Exp $ */ +/* $OpenBSD: tables.c,v 1.6 2008/03/17 00:17:52 dlg Exp $ */ /* Tables of information... */ @@ -314,7 +314,7 @@ struct option dhcp_options[256] = { { "option-249", "X", &dhcp_universe, 249 }, { "option-250", "X", &dhcp_universe, 250 }, { "option-251", "X", &dhcp_universe, 251 }, - { "option-252", "X", &dhcp_universe, 252 }, + { "autoproxy-script", "t", &dhcp_universe, 252 }, { "option-253", "X", &dhcp_universe, 253 }, { "option-254", "X", &dhcp_universe, 254 }, { "option-end", "e", &dhcp_universe, 255 }, -- cgit v1.2.3