Displaying 1 result from an estimated 1 matches for "c_drops".
Did you mean:
_drop_
2019 May 24
4
[Bug 1340] New: nft -f rules.nft exitcode 1 when file too large
...t;./ip.nft" ". I noticed that my rules are not imported
since nftables-0.8. "nft -f" quits with exit code 1 without error message.
If removing the include directive from the "rules.nft" import works and rules
are applied.
My rule config is as follows:
chain c_drops {
include "./200ips.nft"
return
}
The content of 200ips.nft is (times 200):
ip saddr A.B.C.D log prefix "Dropping packet" group 0 drop
I noticed the threshold for my set is 140 IPs, once I go to 141 nft -f crashes.
The last message with...