diff options
author | Steven Barth <steven@midlink.org> | 2014-10-16 17:19:05 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-10-16 17:19:05 +0200 |
commit | cf90f5ab2d5b4b6cece7d0096df12eb29e7d1568 (patch) | |
tree | 18beeb72c8f23c6347fda4f0e2857c8e54565aea /src/odhcpd.h | |
parent | f13c624c16a8e3fd30bb47f9ed614c7e2bd6d75e (diff) |
Begin rewrite of NDP-relay
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 2cadccb..91c4f94 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 @@ -163,9 +164,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; |