mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Fix uninitialized variable in setup_ecn()
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1901 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
01ecbd1905
commit
844703fe34
@ -210,3 +210,5 @@ Changes since 2.0.3
|
|||||||
102) Add 'allowInvalid' builtin action.
|
102) Add 'allowInvalid' builtin action.
|
||||||
|
|
||||||
103) Expand range of Traceroute ports.
|
103) Expand range of Traceroute ports.
|
||||||
|
|
||||||
|
102) Correct uninitialized variable in setup_ecn()
|
||||||
|
@ -2270,7 +2270,7 @@ setup_netmap() {
|
|||||||
setup_ecn() # $1 = file name
|
setup_ecn() # $1 = file name
|
||||||
{
|
{
|
||||||
local interfaces=""
|
local interfaces=""
|
||||||
local hosts
|
local hosts=
|
||||||
local h
|
local h
|
||||||
|
|
||||||
strip_file ecn $1
|
strip_file ecn $1
|
||||||
|
@ -213,6 +213,11 @@ Problems corrected since 2.2.0 RC3
|
|||||||
1) Several problems associated with processing the IPSEC colummn in
|
1) Several problems associated with processing the IPSEC colummn in
|
||||||
/etc/shorewall/masq have been corrected.
|
/etc/shorewall/masq have been corrected.
|
||||||
|
|
||||||
|
Problems corrected since 2.2.0 RC4
|
||||||
|
|
||||||
|
1) Using some lightweight shells, valid entries in /etc/shorewall/ecn
|
||||||
|
produce startup errors.
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
Issues when migrating from Shorewall 2.0 to Shorewall 2.2:
|
Issues when migrating from Shorewall 2.0 to Shorewall 2.2:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user