/etc/sysconfig/iptables syntax/parameter question
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
I thought that the [0:0] above is either a port range or a counter of some sort(although iptables-save -c didn't reflect what I predicted). What is the purpose of this?
JB
|