summaryrefslogtreecommitdiff
path: root/src/ra.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-10-30 13:37:05 +0100
committerSteven Barth <steven@midlink.org>2013-10-30 13:37:05 +0100
commit4a9de784477a0f0dbc04ff890e35adae02ee6e8b (patch)
tree13ba6b807d8fc008bf348f6666cb67b9c2787260 /src/ra.h
parent60c9e4d5a26f530e89ed6254e8c09380b50fac08 (diff)
downloadodhcp6c-4a9de784477a0f0dbc04ff890e35adae02ee6e8b.tar.gz
Detect "carrier up"-events and restart transaction
Diffstat (limited to 'src/ra.h')
-rw-r--r--src/ra.h1
1 files changed, 1 insertions, 0 deletions
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);