Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/dist/ipf/tools Pull up revision 1.6 (requested by chris...
details: https://anonhg.NetBSD.org/src/rev/af652e10882c
branches: netbsd-2-0
changeset: 561217:af652e10882c
user: tron <tron%NetBSD.org@localhost>
date: Sun May 30 11:27:18 2004 +0000
description:
Pull up revision 1.6 (requested by christos in ticket #416):
PR/24961: Arto Selonen: ipfilter 4.1.1 has problems parsing ipf.conf
diffstat:
dist/ipf/tools/ipf_y.y | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f06353e73ff3 -r af652e10882c dist/ipf/tools/ipf_y.y
--- a/dist/ipf/tools/ipf_y.y Sun May 30 11:27:11 2004 +0000
+++ b/dist/ipf/tools/ipf_y.y Sun May 30 11:27:18 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipf_y.y,v 1.1.1.1.2.4 2004/05/30 11:26:52 tron Exp $ */
+/* $NetBSD: ipf_y.y,v 1.1.1.1.2.5 2004/05/30 11:27:18 tron Exp $ */
%{
#include "ipf.h"
@@ -886,7 +886,7 @@
bcopy(&($4.m), &($$->al_i6mask), sizeof($4.m)); }
;
-port: IPFY_PORT { yyexpectaddr = 0; }
+port: IPFY_PORT { yyexpectaddr = 0; yyvarnext = 1; }
;
portcomp:
Home |
Main Index |
Thread Index |
Old Index