summaryrefslogtreecommitdiffstats
path: root/include/libipset/linux_ip_set_bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libipset/linux_ip_set_bitmap.h')
-rw-r--r--include/libipset/linux_ip_set_bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libipset/linux_ip_set_bitmap.h b/include/libipset/linux_ip_set_bitmap.h
index 01ea534..95fb963 100644
--- a/include/libipset/linux_ip_set_bitmap.h
+++ b/include/libipset/linux_ip_set_bitmap.h
@@ -3,7 +3,9 @@
/* Bitmap type specific error codes */
enum {
+ /* The element is out of the range of the set */
IPSET_ERR_BITMAP_RANGE = IPSET_ERR_TYPE_SPECIFIC,
+ /* The range exceeds the size limit of the set type */
IPSET_ERR_BITMAP_RANGE_SIZE,
};