From 2037bd1f310239f1982f3bd2f541ba409ee16b6a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 14 Oct 2013 15:29:39 +0200 Subject: Make SOL_MAX_RT configurable and default to 120 --- src/odhcp6c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/odhcp6c.h') diff --git a/src/odhcp6c.h b/src/odhcp6c.h index b6f0ff2..669b33d 100644 --- a/src/odhcp6c.h +++ b/src/odhcp6c.h @@ -223,7 +223,7 @@ struct odhcp6c_entry { }; -int init_dhcpv6(const char *ifname, int request_pd); +int init_dhcpv6(const char *ifname, int request_pd, int sol_timeout); void dhcpv6_set_ia_mode(enum odhcp6c_ia_mode na, enum odhcp6c_ia_mode pd); int dhcpv6_request(enum dhcpv6_msg type); int dhcpv6_poll_reconfigure(void); -- cgit v1.2.1