summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-07-16 14:54:34 +0200
committerSteven Barth <steven@midlink.org>2014-07-16 14:54:34 +0200
commit3462b32b6e0e864acbe79e5c91b2c6a50742013f (patch)
tree1303f11ecd1bff9dba4bddc64f4b79ebf10056a4 /src/odhcpd.h
parent44a79aaa051e40e1c431048444552b8c7fe145b9 (diff)
Initial rewrite of NDP proxy
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index b2b38dc..1fe775e 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -118,6 +118,7 @@ struct interface {
// DHCPv4
struct odhcpd_event dhcpv6_event;
struct odhcpd_event dhcpv4_event;
+ struct odhcpd_event ndp_event;
struct list_head dhcpv4_assignments;
// Managed PD
@@ -160,9 +161,6 @@ struct interface {
void *dhcpv6_raw;
size_t dhcpv6_raw_len;
- char* static_ndp;
- size_t static_ndp_len;
-
char *upstream;
size_t upstream_len;