<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Define set of set with in ipset list:sets"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1687#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Define set of set with in ipset list:sets"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1687">bug 1687</a>
from <span class="vcard"><a class="email" href="mailto:pablo@netfilter.org" title="Pablo Neira Ayuso <pablo@netfilter.org>"> <span class="fn">Pablo Neira Ayuso</span></a>
</span></b>
<pre>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 }
}
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>