[Bug 1702] iptables fails to parse interface wildcard "-i +" correctly
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Tue Sep 5 15:16:28 CEST 2023
https://bugzilla.netfilter.org/show_bug.cgi?id=1702
--- Comment #5 from thomas.strangert at emblasoft.com ---
Now the garbage seems to end with a CR char, making the printout partly
overwrite itself - the line now starts with the +.
# iptables -L -n -v
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
27M 252G ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
ctstate RELATED,ESTABLISHED
... ...
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
+ * 0.0.0.0/0 192.168.8.13
# iptables-save
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
... ...
-A INPUT -j DROP
+ -j DROP-d 192.168.8.13/32 -i ▒
--
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/20230905/552298f7/attachment.html>
More information about the netfilter-buglog
mailing list