ra: align RA update interval with RFC4861 (FS#964)
[project/odhcp6c.git] / src / ra.h
index 3634f3cb4e1f45d8c6699914ad20c6767fb85d5e..c95c0194f3d65e86abe296b41cb4d0c873b86ae2 100644 (file)
--- a/src/ra.h
+++ b/src/ra.h
@@ -34,6 +34,7 @@ struct icmpv6_opt {
        (void*)(opt + opt->len) <= (void*)(end); opt += opt->len)
 
 
-int ra_init(const char *ifname, const struct in6_addr *ifid, unsigned int options);
+int ra_init(const char *ifname, const struct in6_addr *ifid,
+               unsigned int options, unsigned int holdoff_interval);
 bool ra_link_up(void);
 bool ra_process(void);