mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-27 18:13:13 +01:00
Document TC Fixes
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
45b83658cd
commit
3bdde27bd1
@ -4,6 +4,8 @@ Changes in Shorewall 4.4.20 Beta 1
|
|||||||
|
|
||||||
2) Restore use of IPSETS in the ORIGINAL DEST column.
|
2) Restore use of IPSETS in the ORIGINAL DEST column.
|
||||||
|
|
||||||
|
3) Correct several complex TC issues reported by Mr Dash4.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.19.1
|
Changes in Shorewall 4.4.19.1
|
||||||
|
|
||||||
1) Eliminate silly duplicate rule when stopped.
|
1) Eliminate silly duplicate rule when stopped.
|
||||||
|
@ -52,6 +52,24 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
|
|
||||||
ACCEPT net dmz:10.1.10.2 tcp 80
|
ACCEPT net dmz:10.1.10.2 tcp 80
|
||||||
|
|
||||||
|
5) Two problems with complex TC have been corrected:
|
||||||
|
|
||||||
|
a) The following entry in /etc/shorewall/tcclasses
|
||||||
|
|
||||||
|
A:1 - 10*full/100:50ms 20*full/100 1 tcp-ack
|
||||||
|
|
||||||
|
produced this error:
|
||||||
|
|
||||||
|
ERROR: Unknown INTERFACE (A) : /etc/shorewall/tcclasses
|
||||||
|
|
||||||
|
This has been corrected by requiring that class numbers
|
||||||
|
containing a-f or A-F must be prefaced by '0x'.
|
||||||
|
|
||||||
|
b) Shorewall reserves class number 1 for the root class of the
|
||||||
|
queuing discipline. Definining class 1 in
|
||||||
|
/etc/shorewall/tcclasses was previoulsly escaping detection by
|
||||||
|
the compiler, resulting in a run-time error.
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
I I. K N O W N P R O B L E M S R E M A I N I N G
|
I I. K N O W N P R O B L E M S R E M A I N I N G
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user