Bump max rule size to 512 opcodes.
This commit is contained in:
parent
f8350f3a23
commit
be3cc1b567
@ -2677,7 +2677,7 @@ ipfw_ctl3(struct sockopt *sopt)
|
||||
int
|
||||
ipfw_ctl(struct sockopt *sopt)
|
||||
{
|
||||
#define RULE_MAXSIZE (256*sizeof(u_int32_t))
|
||||
#define RULE_MAXSIZE (512*sizeof(u_int32_t))
|
||||
int error;
|
||||
size_t size, valsize;
|
||||
struct ip_fw *buf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user