]> git.ipfire.org Git - thirdparty/ipset.git/commit
Compatibility code is modified not to rely on kernel version numbers
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 2 Oct 2013 15:31:15 +0000 (17:31 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 2 Oct 2013 15:31:15 +0000 (17:31 +0200)
commit8a82b39ef90b95cd4533fb5a6f5afa2b74ebd61d
tree0dc92ad0e77247ae87823a3c3f18cb34f36abc78
parenta61d7ebe47c4c0d7a60dd8d4345ef4e41f14426a
Compatibility code is modified not to rely on kernel version numbers

Instead the kernel source code is checked to verify the different
compatibility issues for the supported kernel releases.

This way hopefully backported features will be handled properly.
.gitignore
configure.ac
kernel/include/linux/netfilter/ipset/ip_set_compat.h.in [moved from kernel/include/linux/netfilter/ipset/ip_set_compat.h with 75% similarity]
kernel/net/netfilter/ipset/ip_set_core.c
kernel/net/netfilter/ipset/ip_set_getport.c
kernel/net/netfilter/ipset/pfxlen.c
kernel/net/netfilter/xt_set.c