]> git.ipfire.org Git - thirdparty/dhcp.git/commit
- Make option spaces stored as linked lists first-class objects.
authorTed Lemon <source@isc.org>
Tue, 10 Oct 2000 22:39:47 +0000 (22:39 +0000)
committerTed Lemon <source@isc.org>
Tue, 10 Oct 2000 22:39:47 +0000 (22:39 +0000)
commit77956158d4c7f40e3804d1fb055221b5ed012394
tree7e66b1d306307e68048dc65b03c8448f8a41c817
parente31656de632f7bd2fe3dbbf82439c1753e9309bc
- Make option spaces stored as linked lists first-class objects.
- Use these spaces for the agent option space, fqdn option space and
  nwip option space.
- Make encapsulator and decoder for fqdn option space.
- Support the agent option space the way all option spaces are supported
  to the extent possibol, rather than special-casing it.
- Add an enumerator function for defined options in an option space.
- Support encapsulated options directly with a format string, rather than
  as another special case.
common/options.c