]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Add support for user defined options with embedded and encapsulated options.
authorRoy Marples <roy@marples.name>
Wed, 27 Nov 2013 20:21:17 +0000 (20:21 +0000)
committerRoy Marples <roy@marples.name>
Wed, 27 Nov 2013 20:21:17 +0000 (20:21 +0000)
commit8e7d8c37a41a0717477b3d009e26dba465a32e77
tree7ace0813a25bc372481ca1b522b7432d6074123e
parentc74dd57acbe4ce3c8e301daac8f76b41b449cb94
Add support for user defined options with embedded and encapsulated options.
Install dhcpcd-embedded.conf to LIBEXECDIR which is read before dhcpcd.conf.

The idea is that this dhcpcd-embedded.conf is maintained only by me to support
RFC DHCP/DHCPv6 options that require known embedded or ncapsulated options
which are not easily added to our option structures in dhcp.c and dhcp6.c.
Eventually we may move the whole structure here so that a smaller binary
is produced and the definitions are easier to maintain.
Makefile
configure
defs.h
dhcp-common.c
dhcp-common.h
dhcp.c
dhcp6.c
dhcpcd-embedded.conf [new file with mode: 0644]
dhcpcd.conf.5.in
if-options.c
if-options.h