mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
Import ipset-2.3.2 (kernel components)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
/* Kernel module to match an IP set. */
|
||||
@@ -76,8 +76,7 @@ checkentry(const char *tablename,
|
||||
#endif
|
||||
unsigned int hook_mask)
|
||||
{
|
||||
struct ipt_set_info_match *info =
|
||||
(struct ipt_set_info_match *) matchinfo;
|
||||
struct ipt_set_info_match *info = matchinfo;
|
||||
ip_set_id_t index;
|
||||
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
|
||||
|
Reference in New Issue
Block a user