From b72c33818fcb07ac00d8fa69560868eb9512e090 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 5 May 2006 21:11:02 +0000 Subject: [PATCH] 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 --- Shorewall/releasenotes.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 0ebc5113f..7f002bf18 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -128,14 +128,14 @@ Migration Considerations: a) It is no longer necessary to save the commands; so functions like 'save_command', 'run_and_save_command' and 'ensure_and_save_command' - need no longer be called. The generated program will contain - functions with these names: + need no longer be called. For convenience, the generated program will + supply functions with these names: save_command() - does nothing run_and_save_command() - runs the passed command ensure_and_save_command() - runs the passed command and - stops the firewall if the command - fails. + stops/restores the firewall if the + command fails. These functions should provide for transparent migration of scripts that use them until you can get around to eliminating