From 0d32c5c070f817229110f92d7b31df9a3e4eeec5 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sun, 24 Oct 2010 21:42:48 +0200 Subject: Fixes, cleanups, comments - More comments added to the code - ICMP and ICMPv6 support added to the hash:ip,port, hash:ip,port,ip and hash:ip,port,net types - hash:net and hash:ip,port,net types are reworked - hash:net,port type added - Wrong direction parameters fixed in hash:ip,port - Helps and manpage are updated - More tests added - Ugly macros are rewritten to functions in parse.c (Holger Eitzenberger) - resize related bug in hash types fixed (Holger Eitzenberger) - autoreconf patches by Jan Engelhardt applied - netlink patch minimalized: dumping can be initialized by a second parsing of the message (thanks to David and Patrick for the suggestion) - IPv4/IPv6 address attributes are introduced in order to fix the context (suggested by David) --- include/libipset/nf_inet_addr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libipset/nf_inet_addr.h') diff --git a/include/libipset/nf_inet_addr.h b/include/libipset/nf_inet_addr.h index 91f1914..0e0701e 100644 --- a/include/libipset/nf_inet_addr.h +++ b/include/libipset/nf_inet_addr.h @@ -10,7 +10,7 @@ #include /* uint32_t */ #include /* struct in[6]_addr */ -/* The same structure to hold IP addresses as in linux/netfilter.h */ +/* The structure to hold IP addresses, same as in linux/netfilter.h */ union nf_inet_addr { uint32_t all[4]; uint32_t ip; -- cgit v1.2.3