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/dhcpv6.h | |
parent | 3fcc0814db3773e1295a372ea7a4194e19c62e52 (diff) |
Use 1 socket per interface for DHCPv6
Diffstat (limited to 'src/dhcpv6.h')
-rw-r--r-- | src/dhcpv6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpv6.h b/src/dhcpv6.h index 693bc57..7b3b484 100644 --- a/src/dhcpv6.h +++ b/src/dhcpv6.h @@ -166,6 +166,6 @@ struct dhcpv6_assignment { int dhcpv6_init_ia(struct interface *iface, int socket); size_t dhcpv6_handle_ia(uint8_t *buf, size_t buflen, struct interface *iface, const struct sockaddr_in6 *addr, const void *data, const uint8_t *end); -int dhcpv6_ia_init(int dhcpv6_socket); +int dhcpv6_ia_init(void); int setup_dhcpv6_ia_interface(struct interface *iface, bool enable); void dhcpv6_write_statefile(void); |