<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Array of addresses wrongly processed"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1475">1475</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Array of addresses wrongly processed
</td>
</tr>
<tr>
<th>Product</th>
<td>nftables
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86_64
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>major
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>nft
</td>
</tr>
<tr>
<th>Assignee</th>
<td>pablo@netfilter.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>kees.dejong+dev@neobits.nl
</td>
</tr></table>
<p>
<div>
<pre>Tested and confirmed the following bug on Debian 10 (nftables-0.9.0-2 on kernel
5.4.51-v7l+) and Fedora 32 (nftables-0.9.3-3.fc32.x86_64 on kernel
5.8.12-200.fc32.x86_64).
I use the following command: `nft add rule inet firewalld filter_INPUT iifname
"eth0" ip saddr { 172.27.10.0/24, 172.27.11.0/24 } ip daddr 172.27.10.0/24 ct
state new accept`
Which is processed in the running configuration as: `iifname "eth0" ip saddr {
172.27.10.0/23 } ip daddr 172.27.10.0/24 ct state new accept`
Notice that the subnet has become /23 instead of the /24. Also, the second
IP/subnet is not included. I also reproduced this on a non-firewalld managed
system. Is the syntax incorrect? Or is the array wrongly processed?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>