diff options
| author | 2008-03-17 00:17:52 +0000 | |
|---|---|---|
| committer | 2008-03-17 00:17:52 +0000 | |
| commit | def8621640237b2cf6ae7ed1ffc145a324c7a06f (patch) | |
| tree | 5f0af563a893c35505ed08660489bc5ab124bfc5 /usr.sbin/dhcpd/tables.c | |
| parent | s/273.16/273.15/g, then refactor the formulae to ensure that the (diff) | |
| download | wireguard-openbsd-def8621640237b2cf6ae7ed1ffc145a324c7a06f.tar.xz wireguard-openbsd-def8621640237b2cf6ae7ed1ffc145a324c7a06f.zip | |
option 252 is generally used to specify an autoproxy-script on a subnet.
ok krw@ henning@
Diffstat (limited to 'usr.sbin/dhcpd/tables.c')
| -rw-r--r-- | usr.sbin/dhcpd/tables.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 }, |
