diff options
author | Steven Barth <steven@midlink.org> | 2014-01-04 10:14:59 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-01-04 10:14:59 +0100 |
commit | 6deafcc1fad03312b4df0778ef8ebef11fb93e34 (patch) | |
tree | 633c3e0e90fa948cd5624964ff88a96cd090995b /src/odhcpd.h | |
parent | 3fcc0814db3773e1295a372ea7a4194e19c62e52 (diff) |
Use 1 socket per interface for DHCPv6
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 1 |
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; |