Fix stupid typo that produced a bug in tcrules processing

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3153 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-12-12 18:52:40 +00:00
parent 2d6f4a4d9f
commit 6f4dfe64db
3 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,8 @@ Changes in 3.0.3
15) Added warning to the zones file.
16) Fixed bug in tcrules processing (interface name in SOURCE column).
Changes in 3.0.2
1) Typos in the Samples corrected.

View File

@ -3475,7 +3475,7 @@ process_tc_rule()
;;
*)
verify_interface $source || fatal_error "Unknown interface $source in rule \"$rule\""
r="$(match_source_dev) $source "
r="$(match_source_dev $source) "
;;
esac
fi

View File

@ -68,6 +68,9 @@ Problems Corrected in 3.0.3
that the default setting of TC_ENABLED is "Internal", the setting of
CLREAR_TC has been changed to the more appropriate value of "Yes".
7) Specifying an interface name in the SOURCE column of /etc/shorewall/tcrules
resulted in a startup error.
New Features in 3.0.3
1) A "shorewall show macros" command has been added. This command displays