6c01cc650d
-- hlfl (High Level Firewall Language) permits writing firewall rulesets using its high level language, and transforms them into rules for real software, including IPFilter, ipchains, Netfilter and Cisco IOS. hlfl attempts to make the best use of the features of the underlying firewall, such that a conversion from stateless to stateful requires no modification to the original script. hlfl was initiated by Renaud Deraison, co-founder of the Nessus Project. WWW: http://www.hlfl.org/ MAINTAINER= Jason Peel <jsyn@openbsd.org>
13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
$OpenBSD: patch-doc_hlfl_1,v 1.1.1.1 2001/07/05 20:10:39 jsyn Exp $
|
|
--- doc/hlfl.1.orig Fri Jun 29 11:17:20 2001
|
|
+++ doc/hlfl.1 Fri Jun 29 14:12:34 2001
|
|
@@ -172,7 +172,7 @@ keyword allows you to include other file
|
|
The second
|
|
.I include
|
|
statement will include the file
|
|
-.I hflf.fl
|
|
+.I file.hlfl
|
|
which is in the current working directory.
|
|
|
|
It is also possible to include 'systems' file, using brackets :
|