From 19e8effd134678d9467e328090717b10cef0c208 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Thu, 5 Jan 2012 11:42:08 +0200 Subject: 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. --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index d3b213c3..adcef121 100644 --- a/src/main.c +++ b/src/main.c @@ -359,6 +359,7 @@ int main(int argc, char *argv[]) __connman_rtnl_start(); __connman_dhcp_init(); + __connman_dhcpv6_init(); __connman_wpad_init(); __connman_wispr_init(); __connman_rfkill_init(); @@ -375,6 +376,7 @@ int main(int argc, char *argv[]) __connman_rfkill_cleanup(); __connman_wispr_cleanup(); __connman_wpad_cleanup(); + __connman_dhcpv6_cleanup(); __connman_dhcp_cleanup(); __connman_provider_cleanup(); __connman_plugin_cleanup(); -- cgit v1.2.3