<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 - NETMAP "to" address is not separated from previous output while listing NAT rules"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1070">1070</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>NETMAP "to" address is not separated from previous output while listing NAT rules
</td>
</tr>
<tr>
<th>Product</th>
<td>iptables
</td>
</tr>
<tr>
<th>Version</th>
<td>1.4.x
</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>blocker
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>iptables
</td>
</tr>
<tr>
<th>Assignee</th>
<td>netfilter-buglog@lists.netfilter.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>volodymyr.homyak@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>E.g., for the command
iptables -t nat -A PREROUTING -s 1.1.10.1 -d 2.2.2.0/28 -j NETMAP -m iprange
--dst-range 2.2.2.5-2.2.2.10 --to 3.3.3.64/28
the output is
Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 NETMAP all -- * * 1.1.10.1 2.2.2.0/28
destination IP range 2.2.2.5-2.2.2.103.3.3.64/28
The "to" address (3.3.3.64) is not separated from preceding 2.2.2.10.
The same thing happens for all other options like source/destination ports.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>