Skip to content

Commit

Permalink
Merge pull request #4 from westermo/change/increase-number-of-ports
Browse files Browse the repository at this point in the history
Extend possible number of ports per port/interface combination
  • Loading branch information
yosh-se authored Nov 19, 2024
2 parents aab283b + c7d831a commit 10b1326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accept-guard.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define ACL_ENV "ACCEPT_GUARD_ACL"
#define IFACE_ANY "any"
#define MAX_IFACES (64 * 4)
#define MAX_PORTS 2
#define MAX_PORTS 8

struct acl {
char iface[IF_NAMESIZE];
Expand Down

0 comments on commit 10b1326

Please sign in to comment.