Subject: CVS commit: basesrc/dist/ipf
To: None <source-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: source-changes
Date: 02/01/2002 13:31:56
Module Name: basesrc
Committed By: martti
Date: Fri Feb 1 11:31:56 UTC 2002
Modified Files:
basesrc/dist/ipf: parse.c
Log Message:
Fixed display of "proto ipv6-icmp ... icmp-type ..." rule. Before
this fix ipfstat reported:
0 pass in quick proto ipv6-icmp from any to any
while after this fix:
0 pass in quick proto ipv6-icmp from any to any icmp-type 8
This was just a display bug, the rule worked as expected.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/dist/ipf/parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.