Change 'track' interraction with PREROUTING marking -- take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3862 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-05-05 21:11:02 +00:00
parent 5c76e2a693
commit b72c33818f

View File

@ -128,14 +128,14 @@ Migration Considerations:
a) It is no longer necessary to save the commands; so functions like a) It is no longer necessary to save the commands; so functions like
'save_command', 'run_and_save_command' and 'ensure_and_save_command' 'save_command', 'run_and_save_command' and 'ensure_and_save_command'
need no longer be called. The generated program will contain need no longer be called. For convenience, the generated program will
functions with these names: supply functions with these names:
save_command() - does nothing save_command() - does nothing
run_and_save_command() - runs the passed command run_and_save_command() - runs the passed command
ensure_and_save_command() - runs the passed command and ensure_and_save_command() - runs the passed command and
stops the firewall if the command stops/restores the firewall if the
fails. command fails.
These functions should provide for transparent migration of These functions should provide for transparent migration of
scripts that use them until you can get around to eliminating scripts that use them until you can get around to eliminating