[Bug 1070] New: NETMAP "to" address is not separated from previous output while listing NAT rules
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Mon May 30 18:21:53 CEST 2016
https://bugzilla.netfilter.org/show_bug.cgi?id=1070
Bug ID: 1070
Summary: NETMAP "to" address is not separated from previous
output while listing NAT rules
Product: iptables
Version: 1.4.x
Hardware: x86_64
OS: All
Status: NEW
Severity: blocker
Priority: P5
Component: iptables
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: volodymyr.homyak at gmail.com
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.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20160530/a67706bd/attachment.html>
More information about the netfilter-buglog
mailing list