On 25.08.2011 10:46, Jan Engelhardt wrote: > parent 51b33b93d4c2e6c63afb177158f660fd17daf47c (v3.1-rc2-3-g51b33b9) > commit bf6e2b96ffe871285cd6e9d24c8d23fbf84386e0 > Author: Jan Engelhardt <jengelh@xxxxxxxxxx> > Date: Thu Aug 25 10:18:44 2011 +0200 > > netfilter: ipset: use NFPROTO_ constants > > ipset is actually using NFPROTO values rather than AF (xt_set > passes that along). > > Semantic patch for the change: > // <smpl> > @@ > @@ > -AF_UNSPEC > +NFPROTO_UNSPEC > @@ > @@ > -AF_INET > +NFPROTO_IPV4 > @@ > @@ > -AF_INET6 > +NFPROTO_IPV6 > // </smpl> > > Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> I'll wait for Jozsef to either Ack the patches or send them to me before applying them. -- 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