Re: [PATCH] add new iptables ipt_connbytes match
From: Andi Kleen <hidden>
Date: 2005-08-12 18:23:55
Also in:
netfilter-devel
From: Andi Kleen <hidden>
Date: 2005-08-12 18:23:55
Also in:
netfilter-devel
I don't think that we're ever going to fix that bug in the old
{get,set}sockopt interface, but rather introduce a netlink interface
when pkt_tables matures.All new interfaces should be emulation clean, so that if the old interface is replaced later it should eventually work. The best way to do that is to use aligned_u64. Should probably put that into linux/types.h -Andi