[Bug 1687] Define set of set with in ipset list:sets
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Thu Jun 8 10:40:38 CEST 2023
https://bugzilla.netfilter.org/show_bug.cgi?id=1687
--- Comment #3 from Pablo Neira Ayuso <pablo at netfilter.org> ---
You could do this:
define FR = {
1.1.1.1,
}
define MC = {
2.2.2.2
}
define CH = {
3.3.3.3
}
table ip4 filter {
set geoip {
type ipv4_addr
elements = { $FR, $MC, $CH }
}
}
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20230608/169801c6/attachment.html>
More information about the netfilter-buglog
mailing list