X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=1fe775e4f2e51f4e43cf853c8318d44a5f506f3a;hp=b2b38dc8d47387dbd693bc22f4f87e6671db9796;hb=d2b74369ddd2eaeef7d36baed53f709c98c490b0;hpb=837da652ea37cd2f8bbfb6a353057eb53e9b75e0 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;