diff options
author | 2008-04-04 22:44:21 +0000 | |
---|---|---|
committer | 2008-04-04 22:44:21 +0000 | |
commit | 54fd98c3db46149490e2dea965f1d6a53050c060 (patch) | |
tree | 36523c052961d2ca2c016d472215dc66d320ad3e | |
parent | alter internal _readdir_unlocked() api to be less confusing, so that (diff) | |
download | wireguard-openbsd-54fd98c3db46149490e2dea965f1d6a53050c060.tar.xz wireguard-openbsd-54fd98c3db46149490e2dea965f1d6a53050c060.zip |
option 144 is commonly used for tftp-config-file.
ok henning@ krw@
-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 }, |