summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-01-04 10:14:59 +0100
committerSteven Barth <steven@midlink.org>2014-01-04 10:14:59 +0100
commit6deafcc1fad03312b4df0778ef8ebef11fb93e34 (patch)
tree633c3e0e90fa948cd5624964ff88a96cd090995b /src/odhcpd.h
parent3fcc0814db3773e1295a372ea7a4194e19c62e52 (diff)
Use 1 socket per interface for DHCPv6
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index 77376cb..789f696 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -115,6 +115,7 @@ struct interface {
bool ia_reconf;
// DHCPv4
+ struct odhcpd_event dhcpv6_event;
struct odhcpd_event dhcpv4_event;
struct list_head dhcpv4_assignments;