diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2008-04-04 22:44:22 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2008-04-04 22:44:22 +0000 |
commit | 78a6d0751c60897c5f3ddd20824c56f04af23b10 (patch) | |
tree | b07c3b9e0a18902637f5971d120fafa379997e74 /usr.sbin/dhcpd | |
parent | 77b01758cdd4f3d22af1ad0d6b43c6d9f86ef5c5 (diff) |
option 144 is commonly used for tftp-config-file.
ok henning@ krw@
Diffstat (limited to 'usr.sbin/dhcpd')
-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 456d0e4d6ce..d90896d321d 100644 --- a/usr.sbin/dhcpd/tables.c +++ b/usr.sbin/dhcpd/tables.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tables.c,v 1.6 2008/03/17 00:17:52 dlg Exp $ */ +/* $OpenBSD: tables.c,v 1.7 2008/04/04 22:44:21 dlg Exp $ */ /* Tables of information... */ @@ -206,7 +206,7 @@ struct option dhcp_options[256] = { { "option-141", "X", &dhcp_universe, 141 }, { "option-142", "X", &dhcp_universe, 142 }, { "option-143", "X", &dhcp_universe, 143 }, - { "option-144", "X", &dhcp_universe, 144 }, + { "tftp-config-file", "t", &dhcp_universe, 144 }, { "option-145", "X", &dhcp_universe, 145 }, { "option-146", "X", &dhcp_universe, 146 }, { "option-147", "X", &dhcp_universe, 147 }, |