]> git.ipfire.org Git - people/ms/dnsmasq.git/commit - src/dnsmasq.h
Clean compile, basic DHCPv6 functionality is there.
authorSimon Kelley <simon@thekelleys.org.uk>
Mon, 6 Feb 2012 14:30:41 +0000 (14:30 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Mon, 6 Feb 2012 14:30:41 +0000 (14:30 +0000)
commit4cb1b32009a7707a1c6f8761094dda9d33284290
treea7057ff455631f5afe44cbb72b628e8a82bd9bc8
parent3268e90f5e0a68fce5dff5eedf2ca08906c27e1b
Clean compile, basic DHCPv6 functionality is there.

TODO
     hostname handling.
     update DHCP6 configs from dns
     parse domain=<domain>,<IPv6 range>
     pretty-print counted string options.
     DECLINE messages
     lease-script fro DHCPv6
17 files changed:
Makefile
bld/Android.mk
src/NOTES [deleted file]
src/bpf.c
src/cache.c
src/config.h
src/dhcp-common.c [new file with mode: 0644]
src/dhcp.c
src/dhcp6.c
src/dhcp6_protocol.h
src/dnsmasq.c
src/dnsmasq.h
src/lease.c
src/netlink.c
src/option.c
src/rfc2131.c
src/rfc3315.c