mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-23 05:01:34 +01:00
Fix masq file processing
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5140 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
5596051626
commit
a161728628
@ -5422,7 +5422,7 @@ __EOF__
|
||||
|
||||
progress_message2 "$DOING $(find_file policy)..."; apply_policy_rules
|
||||
|
||||
if [ -s $TMP_DIR/nat ]; then
|
||||
if [ -s $TMP_DIR/masq ]; then
|
||||
setup_masq $(find_file masq)
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user