On Tue, Nov 5, 2013 at 5:02 AM, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > Hi Kevin, > > On Sat, Oct 26, 2013 at 11:50:32AM -0700, Kevin Cernekee wrote: >> <netinet/ip.h> and <linux/ip.h> redefine a couple of structs, including >> iphdr. Handle this the same way as on glibc, i.e. don't include >> <linux/ip.h>. >> >> This change comes from AOSP. > > No major objections to this 1/3 and 2/3, but I don't see this patch > here: > > https://android.googlesource.com/platform/external/iptables/ > > Please, tell me if it's the right place to look at. Any plan to > include these patches to AOSP repositories? 1/3 (socklen_t redefinition) is included here: https://android.googlesource.com/platform/external/iptables/+/master/libiptc/libip4tc.c https://android.googlesource.com/platform/external/iptables/+/master/libiptc/libip6tc.c 2/3 (conflicting ip.h headers) is included here: https://android.googlesource.com/platform/external/iptables/+/master/include/libiptc/ipt_kernel_headers.h For 3/3 (missing TCPOPT_* breaks the TCPOPTSTRIP module) I submitted a patch to Bionic, and verified that it allows a successful build with TCPOPTSTRIP enabled: https://android-review.googlesource.com/#/c/73580/ -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html