diff --git a/docs/Manpages.xml b/docs/Manpages.xml index 1b619506d..45c1fb040 100644 --- a/docs/Manpages.xml +++ b/docs/Manpages.xml @@ -5,7 +5,7 @@ - Shorewall 4.4-4.6 Manpages + Shorewall 5.0 Manpages @@ -18,7 +18,7 @@ - 2007-2014 + 2007-2015 Thomas M. Eastep @@ -35,8 +35,10 @@ - These manpages are for Shorewall 4.4 and later only. They describe - features and options not available on earlier releases. + These manpages are for Shorewall 5.0 and later only. They describe + features and options not available on earlier releases. The manpages for + Shorewall 4.4-4.6 are available + here.
@@ -54,10 +56,6 @@ arprules - (Added in Shorewall 4.5.12) Define arpfilter rules. - blacklist - Static - blacklisting (deprecated) - blrules - shorewall Blacklist file. @@ -106,9 +104,6 @@ netmap - How to map addresses from one net to another. - notrack - - Exclude certain traffic from Netfilter connection tracking - params - Assign values to shell variables used in other files. @@ -129,13 +124,6 @@ (Added in Shorewall 4.4.15) Add additional routes to provider routing tables. - routestopped - - Specify connections to be permitted when Shorewall is in the stopped - state (deprecated in Shorewall 4.5.8 in favor of the stoppedrules - file). - rules - Specify exceptions to policies, including DNAT and REDIRECT. @@ -162,18 +150,6 @@ tcpri - Classify traffic for simplified traffic shaping. - stoppedrules - - Specify connections to be permitted when Shorewall is in the stopped - state (added in Shorewall 4.5.8). - - tcrules - - Define packet marking rules, usually for traffic shaping. Superseded - by mangle (above) in Shorewall 4.6.0. - - tos - Define - TOS field manipulation. - tunnels - Define VPN connections with endpoints on the firewall. diff --git a/docs/Manpages6.xml b/docs/Manpages6.xml index 01c40bce3..d4042fc5f 100644 --- a/docs/Manpages6.xml +++ b/docs/Manpages6.xml @@ -5,7 +5,7 @@ - Shorewall6 4.4-4.6 Manpages + Shorewall6 5.0 Manpages @@ -35,8 +35,10 @@ - These manpages are for Shorewall6 4.4 and later only. They describe - features and options not available on earlier releases. + These manpages are for Shorewall6 5.0 and later only. They describe + features and options not available on earlier releases.The manpages for + Shorewall 4.4-4.6 are available here.
@@ -51,10 +53,6 @@ actions - Declare user-defined actions. - blacklist - Static - blacklisting (deprecated) - blrules - shorewall6 Blacklist file. @@ -93,11 +91,6 @@ nesting - How to define nested zones. - notrack - - Exclude certain traffic from Netfilter6 connection tracking (renamed - conntrack in - Shorewall 4.5.7) - params - Assign values to shell variables used in other files. @@ -119,11 +112,6 @@ (Added in Shorewall 4.4.15) Add additional routes to provider routing tables. - routestopped - - Specify connections to be permitted when Shorewall6 is in the stopped - state (Deprecated in Shoreall 4.5.8). - rules - Specify exceptions to policies, including DNAT and REDIRECT. @@ -151,13 +139,6 @@ tcpri - Classify traffic for simplified traffic shaping. - tcrules - - Define packet marking rules, usually for traffic shaping. Superseded - by mangle (above) in Shorewall 4.6.0. - - tos - - Define TOS field manipulation. - tunnels - Define VPN connections with endpoints on the firewall. diff --git a/docs/configuration_file_basics.xml b/docs/configuration_file_basics.xml index 13d74b93b..428fd7d41 100644 --- a/docs/configuration_file_basics.xml +++ b/docs/configuration_file_basics.xml @@ -133,7 +133,9 @@ /etc/shorewall/routestopped - defines - hosts accessible when Shorewall is stopped. + hosts accessible when Shorewall is stopped. Superseded in Shorewall + 4.6.8 by /etc/shorewall/stoppedrules. Not supported in Shorewall + 5.0.0 and later versions. @@ -141,13 +143,17 @@ rather unfortunate name because it is used to define marking of packets for later use by both traffic control/shaping and policy routing. This file is superseded by - /etc/shorewall/mangle in Shorewall - 4.6.0. + /etc/shorewall/mangle in Shorewall 4.6.0. Not + supported in Shorewall 5.0.0 and later releases. /etc/shorewall/tos - defines rules for - setting the TOS field in packet headers. + setting the TOS field in packet headers. Superseded in Shorewall + 4.5.1 by the TOS target in + /etc/shorewall/tcrules (which file has since + been superseded by + /etc/shorewall/mangle). @@ -158,7 +164,8 @@ /etc/shorewall/blacklist - Deprecated in favor of /etc/shorewall/blrules. Lists - blacklisted IP/subnet/MAC addresses. + blacklisted IP/subnet/MAC addresses. Not supported in Shorewall + 5.0.0 and later releases. @@ -235,7 +242,8 @@ /etc/shorewall/tcrules - Mark or classify traffic for traffic shaping or multiple providers. Deprecated in Shorewall 4.6.0 in favor of - /etc/shorewall/mangle. + /etc/shorewall/mangle. Not supported in + Shorewall 5.0.0 and later releases.