All of lore.kernel.org
 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.