<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:idotobi@mailbox.org" title="idotobi@mailbox.org">idotobi@mailbox.org</a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - nft does not allow comments within sets: Error: syntax error, unexpected newline"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1196">bug 1196</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>idotobi@mailbox.org
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - nft does not allow comments within sets: Error: syntax error, unexpected newline"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1196#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - nft does not allow comments within sets: Error: syntax error, unexpected newline"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1196">bug 1196</a>
from <span class="vcard"><a class="email" href="mailto:idotobi@mailbox.org" title="idotobi@mailbox.org">idotobi@mailbox.org</a>
</span></b>
<pre>Hi,
for now I found a syntax hack I'm quite happy with
tcp dport {
67-68 # only first line cannot be a comment solely
, ########################################
, # multiline commits
, ########################################
, 21 # comments here are also OK
,
, ########################################
, # even empty lines work (see above)
, ########################################
, 2121
}
It would be still great if comments could be used freely,
but for me this fulfills most commenting needs I have.
Hope it helps anyone, Tobi</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>