diff --git a/Shorewall/Perl/Shorewall/Misc.pm b/Shorewall/Perl/Shorewall/Misc.pm index 7d50a1261..2b220015e 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -1363,7 +1363,7 @@ sub generate_matrix() { if ( get_physical( $interface ) eq '+' ) { # - # The jump from the prerouting chain to dnat may not have been added above + # The jump from the PREROUTING chain to dnat may not have been added above # addnatjump 'PREROUTING', 'dnat', '' unless $preroutingref->{references}{PREROUTING}; } diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 0b2d1f8bd..b1014f945 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -7,7 +7,7 @@ I. PROBLEMS CORRECTED IN THIS RELEASE II. KNOWN PROBLEMS REMAINING III. NEW FEATURES IN THIS RELEASE IV. RELEASE 4.4 HIGHLIGHTS -V. MIGRATION ISSUES1 +V. MIGRATION ISSUES VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES ----------------------------------------------------------------------------