netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iptables] misleading print
@ 2011-12-05 15:26 U.Mutlu
  2011-12-05 15:44 ` Jan Engelhardt
  2011-12-05 15:44 ` Michal Kubeček
  0 siblings, 2 replies; 4+ messages in thread
From: U.Mutlu @ 2011-12-05 15:26 UTC (permalink / raw)
  To: netfilter

I have in my script these statements:
   iptables -A INPUT  -i lo -j ACCEPT
   iptables -A OUTPUT -o lo -j ACCEPT

When doing "iptables -L -n" then the above gets shown as this:
   ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0

IMHO, this could easily be misinterpreted if one looks
only at the iptables output, because the crucial info,
ie. that it applies to the "lo" device only, is missing...

Right?


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-09 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05 15:26 [iptables] misleading print U.Mutlu
2011-12-05 15:44 ` Jan Engelhardt
2011-12-05 15:44 ` Michal Kubeček
2012-08-09 22:00   ` Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).