diff --git a/docs/starting_and_stopping_shorewall.xml b/docs/starting_and_stopping_shorewall.xml index 972ca4fbb..37d632425 100644 --- a/docs/starting_and_stopping_shorewall.xml +++ b/docs/starting_and_stopping_shorewall.xml @@ -1359,6 +1359,29 @@ gateway:~ # /etc/shorewall/shorewall.conf) exists. then that script is used. + + The try command is deprecated. A better + approach to testing new configurations is: + +
+ shorewall save + + shorewall restart + <configuration-directory> [ && + sleep <timeout> && shorewall restore + ] + + fix problems + + shorewall restart + <configuration-directory> [ && + sleep <timeout> && shorewall restore + ] + + fix problems + + +