diff --git a/manpages/shorewall.conf.xml b/manpages/shorewall.conf.xml
index 55927100d..e92256fff 100644
--- a/manpages/shorewall.conf.xml
+++ b/manpages/shorewall.conf.xml
@@ -558,6 +558,11 @@ net all DROP infothen the chain name is 'net2all'
in to effectively divide the packet mark and connection mark into
two mark fields.
+
+ This option is deprecated in Shorewall 4.5 and later in
+ favor of the PROVIDER_OFFSET option.
+
+
The width of the fields are determined by the setting of
WIDE_TC_MARKS. If WIDE_TC_MARKS=No (the default):
@@ -1044,6 +1049,15 @@ net all DROP infothen the chain name is 'net2all'
+
+ MASK_BITS=bits
+
+
+ Determines the number of bits
+
+
+
MODULE_SUFFIX=["extension ...then the chain name is 'net2all'
+
+ TC_BITS=bits
+
+
+ Added in Shorewall 4.5.0. Determines the number of bits at the
+ low end of the packet/connection mark to use for traffic shaping
+ marks. The default is determined by the settings of WIDE_TC_MARKS as
+ follows:
+
+
+ WIDE_TC_MARKS=No - 8
+
+ WIDE_TC_MARKS=Yes - 14
+
+
+
+
TC_ENABLED=[Yes|then the chain name is 'net2all'
traffic shaping marks are 14 bytes wide (values 1-16383). The
setting of WIDE_TC_MARKS also has an effect on the HIGH_ROUTE_MARKS
option (see above).
+
+
+ This option is deprecated in Shorewall 4.5 and later in
+ favor of the TC_BITS option.
+