From 4a9de784477a0f0dbc04ff890e35adae02ee6e8b Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 30 Oct 2013 13:37:05 +0100 Subject: Detect "carrier up"-events and restart transaction --- src/ra.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ra.h') diff --git a/src/ra.h b/src/ra.h index a31e7f6..af28d22 100644 --- a/src/ra.h +++ b/src/ra.h @@ -35,4 +35,5 @@ struct icmpv6_opt { int ra_init(const char *ifname, const struct in6_addr *ifid); +bool ra_link_up(void); bool ra_process(void); -- cgit v1.2.1