diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2009-08-18 19:52:26 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2009-08-18 19:52:26 +0200 |
commit | d19f4ca4451f02add0e8edfcb69882d5b3e0cc9e (patch) | |
tree | e865cb32f704306dcc20e7fe47245ab91663b67b /Makefile | |
parent | 027dc5fb9021ce3f814a345b17c56d899733569a (diff) |
ipset 3.1 releasev3.1
A few minor bugs fixed and cleanups:
- Nonexistent sets were reported as existing sets when testing
from userspace in setlist type of sets (bug reported by Victor A.
Safronov)
- When saving sets, setlist type of sets must come last in order
to satisfy the dependency from the elements (bug reported by Marty B.)
- Sparse insists that the flags argument to kmalloc() is gfp_t
(Stephen Hemminger)
- Correct format specifiers and change %i to %d (Jan Engelhardt)
- Fix the definition of 'bool' for kernels <= 2.6.18 (Jan Engelhardt)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ ifndef V V=0 endif -IPSET_VERSION:=3.0 +IPSET_VERSION:=3.1 PREFIX:=/usr/local LIBDIR:=$(PREFIX)/lib |