From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eljas Alakulppi" Subject: Re: iptables-save ? Date: Wed, 22 Oct 2008 16:39:49 +0300 Message-ID: References: <002f01c93421$227ad450$67707cf0$@net> <003001c93449$cf7d1d70$6e775850$@net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <003001c93449$cf7d1d70$6e775850$@net> Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; format="flowed"; delsp="yes"; charset="us-ascii" To: Joey , IPTables First is the packets matched by this rule, second is bytes matched by this rule. In user-defined chains counters are always zero (of course, if the packet is matched by some of the rules, that rule's counter is updated). -Eljas Alakulppi On Wed, 22 Oct 2008 16:26:37 +0300, Joey wrote: > What significance do the numbers between the brackets have? > > print ":INPUT ACCEPT [6180932:1244590784]\n"; > print ":OUTPUT ACCEPT [6574901:1313953477]\n"; > > I got those from executing a iptables-save so I can see what format I > needed > to match in generating my own save file from our IP DB. > > > Thanks! > > Joey > > -- > To unsubscribe from this list: send the line "unsubscribe netfilter" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html