<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:phil@nwl.cc" title="Phil Sutter <phil@nwl.cc>"> <span class="fn">Phil Sutter</span></a>
</span> changed
<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>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>phil@nwl.cc
</td>
</tr></table>
<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#c1">Comment # 1</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:phil@nwl.cc" title="Phil Sutter <phil@nwl.cc>"> <span class="fn">Phil Sutter</span></a>
</span></b>
<pre>Not planned per se. If you use anonymous sets, they are merged automatically.
E.g.:
ip saddr { { 1.1.1.1, 2.2.2.2 }, { 3.3.3.3, 4.4.4.4 } }
The example is non-sense, but you may use defines to "refer" to sets in a rule.
A classic workaround for your example rule though is:
ip6 saddr @FR drop
ip6 saddr @MC drop
ip6 saddr @CH drop
You could put this into a separate chain for convenience.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>