mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-27 10:03:41 +01:00
Set COMMAND=restore in restore-base
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2514 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
af28486e63
commit
d871e1f163
@ -5,6 +5,8 @@ Changes in 2.5.3
|
||||
|
||||
2) Added 'openvpnserver' and 'openvpnclient' tunnel types.
|
||||
|
||||
3) Set COMMAND=restore in restore-base.
|
||||
|
||||
Changes in 2.5.2
|
||||
|
||||
1) Allow port lists in /etc/sorewall/accounting.
|
||||
|
@ -8068,6 +8068,7 @@ define_firewall() # $1 = Command (Start or Restart)
|
||||
save_command ". $f"
|
||||
|
||||
save_command "#"
|
||||
save_command "COMMAND=restore"
|
||||
save_command "MODULESDIR=\"$MODULESDIR\""
|
||||
save_command "MODULE_SUFFIX=\"$MODULE_SUFFIX\""
|
||||
|
||||
|
@ -12,6 +12,10 @@ New Features in Shorewall 2.5.3
|
||||
to reflect the introduction of client and server OpenVPN
|
||||
configurations in OpenVPN 2.0.
|
||||
|
||||
3) The COMMAND variable is now set to 'restore' in restore
|
||||
scripts. The value of this variable is sometimes of interest to
|
||||
programmers providing custom /etc/shorewall/tcstart scripts.
|
||||
|
||||
Problems Corrected in 2.5.2:
|
||||
|
||||
1) You may now include port lists in in the /etc/shorewall/accounting
|
||||
|
Loading…
Reference in New Issue
Block a user