Displaying 1 result from an estimated 1 matches for "larcs4".
Did you mean:
darcs
2020 Nov 15
1
[Bug 1482] New: adjacent /31 IPs in ipset
...Assignee: pablo at netfilter.org
Reporter: martin at netconfigs.com
CentOS Linux release 8.2.2004 (Core)
4.18.0-193.19.1.el8_2.x86_64
configured using firewalld
Apparently, a subtle bug when an ipset contains individual IPv4 addresses where
two are adjacent in a /31:
set larcs4 {
type ipv4_addr
flags interval
elements = { ...,
82.152.159.40, 82.152.159.41,
... }
}
The membership of the ipset are used to allow access to 5071/tcp
chain filter_IN_public...