APR-Ipmatch operator

This commit is contained in:
brenosilva
2011-04-16 21:25:30 +00:00
parent 4c6419cf74
commit d68731a38b
4 changed files with 51 additions and 421 deletions

View File

@@ -147,11 +147,8 @@ int DSOLOCAL msre_ruleset_phase_rule_remove_with_exception(msre_ruleset *ruleset
#endif
struct msre_ipmatch {
unsigned long start;
unsigned long end;
int type;
struct sockaddr_in6 *netaddr;
struct sockaddr_in6 *maskaddr;
apr_ipsubnet_t *ipsubnet;
const char * address;
struct msre_ipmatch *next;
};