Skip to content

Commit

Permalink
Extend possible number of ports per port/interface combination from 2…
Browse files Browse the repository at this point in the history
… to 8.
  • Loading branch information
Yosh Marklund committed Nov 19, 2024
1 parent aab283b commit c7d831a
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 c7d831a

Please sign in to comment.