Accommodate more ACL rules.

This commit is contained in:
Michael Smith
2018-03-15 22:43:31 +01:00
parent b2eb42d084
commit c4ab0ff14a
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
#include "lwip/pbuf.h"
#define MAX_NO_ACLS 4
#define MAX_ACL_ENTRIES 20
#define MAX_ACL_ENTRIES 30
#define ACL_DENY 0x0
#define ACL_ALLOW 0x1