set TABLE_LEN according to pf source

This commit is contained in:
prx 2022-08-22 14:50:27 +02:00
parent ee7a713fc9
commit 7f474df2ee
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -10,7 +10,7 @@
#include <sys/socket.h>
#define DEFAULT_TABLE "blocked"
#define TABLE_LEN 128 /* not sure what is pf table name length limit... */
#define TABLE_LEN 32 /* see PF_TABLE_NAME_SIZE in net/pfvar.h */
int main(int argc, char *argv[]){
struct sockaddr_storage sock;