Re: [firewall3 PATCH] firewall3: support async table init in 5.15+ kernel

2022-01-07 Thread Rui Salvaterra
Hi, Ansuel, On Fri, 7 Jan 2022 at 17:26, Ansuel Smith wrote: > > With 5.15+ tables are init in an async way. Firewall3 use the proc entry > ip_tables_names to check if a table exist. With this new implemenation, > the proc entry can contain wrong data in the case where a table is > present but ne

[firewall3 PATCH] firewall3: support async table init in 5.15+ kernel

2022-01-07 Thread Ansuel Smith
With 5.15+ tables are init in an async way. Firewall3 use the proc entry ip_tables_names to check if a table exist. With this new implemenation, the proc entry can contain wrong data in the case where a table is present but never used/init and firewall3 would uncorrectly think that the table is not