diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2012-01-05 11:42:08 +0200 |
---|---|---|
committer | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-01-05 11:52:48 +0100 |
commit | 19e8effd134678d9467e328090717b10cef0c208 (patch) | |
tree | 96a85b0b17beef535d9c0efd8ad7e793e2cf686c /Makefile.am | |
parent | f13255cfe3c98ce4e7598f9bda03b4dc0ac837a1 (diff) | |
download | connman-19e8effd134678d9467e328090717b10cef0c208.tar.gz connman-19e8effd134678d9467e328090717b10cef0c208.tar.bz2 connman-19e8effd134678d9467e328090717b10cef0c208.zip |
dhcpv6: Support stateless DHCPv6
See relevant parts from these RFCs:
RFC 3315 - DHCP for IPv6
RFC 3646 - DNS configuration options for DHCP for IPv6
RFC 3736 - Stateless DHCP service for IPv6
RFC 4075 - SNTP configuration option for DHCPv6
The patch does not support authenticated information messages.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ad9f70d9..a046902a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ src_connmand_SOURCES = $(gdbus_sources) $(gdhcp_sources) \ src/clock.c src/timezone.c \ src/agent.c src/notifier.c src/provider.c \ src/resolver.c src/ipconfig.c src/detect.c src/inet.c \ - src/dhcp.c src/rtnl.c src/proxy.c \ + src/dhcp.c src/dhcpv6.c src/rtnl.c src/proxy.c \ src/utsname.c src/timeserver.c src/rfkill.c \ src/storage.c src/dbus.c src/config.c \ src/technology.c src/counter.c src/ntp.c \ |