forked from extern/shorewall_code
Document for for 'trace' and 'debug'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
baafa10711
commit
fbc9962747
@ -1,3 +1,7 @@
|
|||||||
|
Changes in Shorewall 4.4.10.3
|
||||||
|
|
||||||
|
1) Fix 'debug' and 'trace' handling.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.10.2
|
Changes in Shorewall 4.4.10.2
|
||||||
|
|
||||||
1) Make IPv6 log and connections output readable.
|
1) Make IPv6 log and connections output readable.
|
||||||
|
@ -47,6 +47,28 @@
|
|||||||
|
|
||||||
Fixed in Shorewall 4.4.10.2.
|
Fixed in Shorewall 4.4.10.2.
|
||||||
|
|
||||||
|
6) If 'trace' or 'debug' is specified on a command that runs the
|
||||||
|
compiled script, an invalid command line is passed to that script
|
||||||
|
resulting in a failure:
|
||||||
|
|
||||||
|
Shorewall configuration compiled to /var/lib/shorewall/.start
|
||||||
|
Usage: /var/lib/shorewall/.start [ options ] [ start|stop|clear|down|reset|
|
||||||
|
refresh|restart|status|up|version ]
|
||||||
|
|
||||||
|
Options are:
|
||||||
|
|
||||||
|
-v and -q Standard Shorewall verbosity controls
|
||||||
|
-n Don't unpdate routing configuration
|
||||||
|
-p Purge Conntrack Table
|
||||||
|
-t Timestamp progress Messages
|
||||||
|
-V <verbosity> Set verbosity explicitly
|
||||||
|
-R <file> Override RESTOREFILE setting
|
||||||
|
|
||||||
|
This issue affects Shorewall and Shorewall6 4.4.8 and later.
|
||||||
|
|
||||||
|
To work around the problem (IPv4 'debug restart' command):
|
||||||
|
|
||||||
|
shorewall compile /var/lib/shorewall/.restart
|
||||||
|
/var/lib/shorewall/.restart debug restart
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
S H O R E W A L L 4 . 4 . 1 0 . 2
|
S H O R E W A L L 4 . 4 . 1 0 . 3
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
I. RELEASE 4.4 HIGHLIGHTS
|
I. RELEASE 4.4 HIGHLIGHTS
|
||||||
@ -218,6 +218,25 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
I I I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
|
I I I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
4.4.10.3
|
||||||
|
|
||||||
|
1) If 'trace' or 'debug' was specified on a command that ran the
|
||||||
|
compiled script, an invalid command line was passed to that script
|
||||||
|
resulting in a failure:
|
||||||
|
|
||||||
|
Shorewall configuration compiled to /var/lib/shorewall/.start
|
||||||
|
Usage: /var/lib/shorewall/.start [ options ] [ start|stop|clear|down|reset|
|
||||||
|
refresh|restart|status|up|version ]
|
||||||
|
|
||||||
|
Options are:
|
||||||
|
|
||||||
|
-v and -q Standard Shorewall verbosity controls
|
||||||
|
-n Don't unpdate routing configuration
|
||||||
|
-p Purge Conntrack Table
|
||||||
|
-t Timestamp progress Messages
|
||||||
|
-V <verbosity> Set verbosity explicitly
|
||||||
|
-R <file> Override RESTOREFILE setting
|
||||||
|
|
||||||
4.4.10.2
|
4.4.10.2
|
||||||
|
|
||||||
1) The start priorities of the Shorewall products were incorrect on
|
1) The start priorities of the Shorewall products were incorrect on
|
||||||
|
Loading…
Reference in New Issue
Block a user