[Hlfl-cvs] hlfl/src hlfl.def,1.1,1.2
asl at hlfl.org
asl at hlfl.org
Sat Dec 20 02:00:32 EST 2003
Update of /usr/local/cvs/hlfl/src
In directory raccoon.nessus.org:/tmp/cvs-serv60088
Modified Files:
hlfl.def
Log Message:
Reorder the tests as commented; corrects debian bug #223971, noted by Leonard Stiles <ljs at uk2.net>
Index: hlfl.def
===================================================================
RCS file: /usr/local/cvs/hlfl/src/hlfl.def,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hlfl.def 27 Oct 2002 11:43:28 -0000 1.1
+++ hlfl.def 20 Dec 2003 07:00:30 -0000 1.2
@@ -4,15 +4,15 @@
DEF("<->", ACCEPT_TWO_WAYS)
DEF("<=>>", ACCEPT_TWO_WAYS_ESTABLISHED)
DEF("<<=>", ACCEPT_TWO_WAYS_ESTABLISHED_REVERSE)
-DEF("X->", DENY_OUT)
-DEF("<-X", DENY_IN)
DEF("<-X!", REJECT_IN)
DEF("X!->", REJECT_OUT)
DEF("!X->", REJECT_OUT)
DEF("X!", REJECT_ALL)
-DEF("X", DENY_ALL)
+DEF("X->", DENY_OUT)
+DEF("<-X", DENY_IN)
DEF("->", ACCEPT_ONE_WAY)
DEF("<-", ACCEPT_ONE_WAY_REVERSE)
+DEF("X", DENY_ALL)
DEF("accept", ACCEPT)
DEF("deny", DENY)
DEF("reject", REJECT)
More information about the Hlfl-cvs
mailing list