diff options
| author | 2009-01-13 21:11:57 +0000 | |
|---|---|---|
| committer | 2009-01-13 21:11:57 +0000 | |
| commit | b506ca885fa8dd51584c5588b81ee9d0f49f6f6d (patch) | |
| tree | cfe84e97233679253b60b24f85b9c4983483d686 /usr.sbin/dhcpd/tables.c | |
| parent | Trivial lvalue abuse fixes, no binary changes. (diff) | |
| download | wireguard-openbsd-b506ca885fa8dd51584c5588b81ee9d0f49f6f6d.tar.xz wireguard-openbsd-b506ca885fa8dd51584c5588b81ee9d0f49f6f6d.zip | |
add option 150, voip-configuration-server, as an array of IP addresses;
draft-raj-dhc-tftp-addr-option-05, req by Michael van der Westhuizen.
ok henning, krw, dlg
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 d90896d321d..b6e2ffb3897 100644 --- a/usr.sbin/dhcpd/tables.c +++ b/usr.sbin/dhcpd/tables.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tables.c,v 1.7 2008/04/04 22:44:21 dlg Exp $ */ +/* $OpenBSD: tables.c,v 1.8 2009/01/13 21:11:57 sthen Exp $ */ /* Tables of information... */ @@ -212,7 +212,7 @@ struct option dhcp_options[256] = { { "option-147", "X", &dhcp_universe, 147 }, { "option-148", "X", &dhcp_universe, 148 }, { "option-149", "X", &dhcp_universe, 149 }, - { "option-150", "X", &dhcp_universe, 150 }, + { "voip-configuration-server", "IA", &dhcp_universe, 150 }, { "option-151", "X", &dhcp_universe, 151 }, { "option-152", "X", &dhcp_universe, 152 }, { "option-153", "X", &dhcp_universe, 153 }, |
