diff options
author | Steven Barth <steven@midlink.org> | 2014-07-22 23:35:52 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-07-22 23:35:52 +0200 |
commit | a6640c3f3fdd18baa22b64de148d63d9c13c893f (patch) | |
tree | 8914c63f4f33426dd2c64303ffc177571bcfe8c0 /src/odhcpd.h | |
parent | d167decf6d29cb39679f485d8b97ced815d5c8bb (diff) |
Revert "rewrite of NDP proxy" for now
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 1fe775e..b2b38dc 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -118,7 +118,6 @@ 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 @@ -161,6 +160,9 @@ struct interface { void *dhcpv6_raw; size_t dhcpv6_raw_len; + char* static_ndp; + size_t static_ndp_len; + char *upstream; size_t upstream_len; |