mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-10 23:58:14 +01:00
Fix typo in policy file processing
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@249 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7f249597b6
commit
a489810ebb
@ -1,21 +0,0 @@
|
|||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
|
||||||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
|
||||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
|
||||||
<title>The Hosts File</title>
|
|
||||||
<meta name="Microsoft Theme" content="boldstri 011, default">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h1 align="center">The Hosts File</h1>
|
|
||||||
<p align="left">Since there seems to be a lot of confusion regarding the
|
|
||||||
/etc/shorewall/hosts file, I have created this page to try to clear the fog.</p>
|
|
||||||
<p align="left"> </p>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
@ -2323,7 +2323,7 @@ complete_standard_chain() # $1 = chain, $2 = source zone, $3 = destination zone
|
|||||||
run_user_exit $1
|
run_user_exit $1
|
||||||
|
|
||||||
while read client server policy loglevel synparams; do
|
while read client server policy loglevel synparams; do
|
||||||
expandv client server policy loglevelsynparams
|
expandv client server policy loglevel synparams
|
||||||
|
|
||||||
[ "x$loglevel" = "x-" ] && loglevel=
|
[ "x$loglevel" = "x-" ] && loglevel=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user