On Thu, Feb 27, 2014 at 06:04:46PM -0500, Josh Hunt wrote: > The userspace side of the forceadd changes. > > Signed-off-by: Josh Hunt <johunt@xxxxxxxxxx> > --- > Make_global.am | 2 +- > include/libipset/data.h | 4 +- > lib/data.c | 6 ++ > lib/ipset_hash_ip.c | 123 +++++++++++++++++++++++++++++++ > lib/ipset_hash_ipmark.c | 142 ++++++++++++++++++++++++++++++++++++ > lib/ipset_hash_ipport.c | 147 +++++++++++++++++++++++++++++++++++++ > lib/ipset_hash_ipportip.c | 158 ++++++++++++++++++++++++++++++++++++++++ > lib/ipset_hash_ipportnet.c | 169 +++++++++++++++++++++++++++++++++++++++++++ > lib/ipset_hash_net.c | 119 ++++++++++++++++++++++++++++++ > lib/ipset_hash_netiface.c | 125 ++++++++++++++++++++++++++++++++ > lib/ipset_hash_netnet.c | 125 ++++++++++++++++++++++++++++++++ > lib/ipset_hash_netport.c | 132 +++++++++++++++++++++++++++++++++ > lib/ipset_hash_netportnet.c | 149 ++++++++++++++++++++++++++++++++++++++ > src/ipset.8 | 7 ++ > 14 files changed, 1406 insertions(+), 2 deletions(-) > > diff --git a/Make_global.am b/Make_global.am > index f931618..1151714 100644 > --- a/Make_global.am > +++ b/Make_global.am > @@ -69,7 +69,7 @@ > # interface. > > # curr:rev:age > -LIBVERSION = 5:0:3 > +LIBVERSION = 6:0:1 I think this should be: 6:0:4 if you just added somes interfaces while retaining backward compatibility. or 6:0:0 if you removed interfaces (thus, backward compatibility is not retained). -- 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