Tell me what this is connected with. Previously, it was possible to enter addresses like 1.0.0.0-10.0.0.0 into the rules, but now there is only one address and a mask, the required range cannot be entered
Why was this removed? This is very inconvenient and you won’t be able to enter the required range of IP addresses even if you wanted to.
version openwrt-23.05.2 I enter via Luci
So what I’m talking about is that only this option 192.168.7.0/24 works, and before there was also this option 192.168.7.4-192.168.97.7 which is more preferable and which does not work now. But I need to specifically block certain addresses and subnets, option 192.168.7.0/24 is not suitable
Looks like an oversight in porting fw3 to nftables. Nftables itself has builtin range support (in contrast to iptables where the iprange extensions was required).