forked from extern/shorewall_code
Eliminate 'unitialized variable' warning.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
d530ac8759
commit
50d1dbc237
@ -242,6 +242,7 @@ my %capdesc = ( NAT_ENABLED => 'NAT',
|
|||||||
OWNER_MATCH => 'Owner Match',
|
OWNER_MATCH => 'Owner Match',
|
||||||
IPSET_MATCH => 'Ipset Match',
|
IPSET_MATCH => 'Ipset Match',
|
||||||
OLD_IPSET_MATCH => 'Old Ipset Match',
|
OLD_IPSET_MATCH => 'Old Ipset Match',
|
||||||
|
IPSET_V5 => 'Version 5 IPSETs',
|
||||||
CONNMARK => 'CONNMARK Target',
|
CONNMARK => 'CONNMARK Target',
|
||||||
XCONNMARK => 'Extended CONNMARK Target',
|
XCONNMARK => 'Extended CONNMARK Target',
|
||||||
CONNMARK_MATCH => 'Connmark Match',
|
CONNMARK_MATCH => 'Connmark Match',
|
||||||
|
@ -2,6 +2,8 @@ Changes in Shorewall 4.4.21.1
|
|||||||
|
|
||||||
1) Update release documents.
|
1) Update release documents.
|
||||||
|
|
||||||
|
2) Add IPSET_V5 to %capdesc.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.21 Final
|
Changes in Shorewall 4.4.21 Final
|
||||||
|
|
||||||
1) Update release documents.
|
1) Update release documents.
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
1) On systems running Upstart, shorewall-init cannot reliably secure
|
1) On systems running Upstart, shorewall-init cannot reliably secure
|
||||||
the firewall before interfaces are brought up.
|
the firewall before interfaces are brought up.
|
||||||
|
|
||||||
|
2) A harmless 'unitialized variable' diagnostic is issued by the
|
||||||
|
compiler when it is displaying the capabilities.
|
||||||
|
|
||||||
|
@ -15,7 +15,9 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
|
|
||||||
4.4.21.1
|
4.4.21.1
|
||||||
|
|
||||||
None.
|
1) A harmless Perl runtime "uninitialized variable" diagnostic has
|
||||||
|
been eliminated from the compiler. The diagnostic was issued while
|
||||||
|
displaying the capabilities.
|
||||||
|
|
||||||
4.4.21 Final
|
4.4.21 Final
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user