From 5a6021823aa0da24b83f8d03f46ad4202f149fa3 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 9 Apr 2013 17:17:00 +0200 Subject: Support counters in the ipset library Signed-off-by: Jozsef Kadlecsik --- lib/errcode.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/errcode.c') diff --git a/lib/errcode.c b/lib/errcode.c index 1ce5c00..027a736 100644 --- a/lib/errcode.c +++ b/lib/errcode.c @@ -70,6 +70,8 @@ static const struct ipset_errcode_table core_errcode_table[] = { "An IPv4 address is expected, but not received" }, { IPSET_ERR_IPADDR_IPV6, 0, "An IPv6 address is expected, but not received" }, + { IPSET_ERR_COUNTER, 0, + "Packet/byte counters cannot be used: set was created without counter support" }, /* ADD specific error codes */ { IPSET_ERR_EXIST, IPSET_CMD_ADD, -- cgit v1.2.3