mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 10:18:58 +02:00
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:
parent
2d6f4a4d9f
commit
6f4dfe64db
@ -30,6 +30,8 @@ Changes in 3.0.3
|
|||||||
|
|
||||||
15) Added warning to the zones file.
|
15) Added warning to the zones file.
|
||||||
|
|
||||||
|
16) Fixed bug in tcrules processing (interface name in SOURCE column).
|
||||||
|
|
||||||
Changes in 3.0.2
|
Changes in 3.0.2
|
||||||
|
|
||||||
1) Typos in the Samples corrected.
|
1) Typos in the Samples corrected.
|
||||||
|
@ -3475,7 +3475,7 @@ process_tc_rule()
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
verify_interface $source || fatal_error "Unknown interface $source in rule \"$rule\""
|
verify_interface $source || fatal_error "Unknown interface $source in rule \"$rule\""
|
||||||
r="$(match_source_dev) $source "
|
r="$(match_source_dev $source) "
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
@ -68,6 +68,9 @@ Problems Corrected in 3.0.3
|
|||||||
that the default setting of TC_ENABLED is "Internal", the setting of
|
that the default setting of TC_ENABLED is "Internal", the setting of
|
||||||
CLREAR_TC has been changed to the more appropriate value of "Yes".
|
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
|
New Features in 3.0.3
|
||||||
|
|
||||||
1) A "shorewall show macros" command has been added. This command displays
|
1) A "shorewall show macros" command has been added. This command displays
|
||||||
|
Loading…
x
Reference in New Issue
Block a user