diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index c28667ac4..58463db2c 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -5828,7 +5828,7 @@ sub get_configuration( $$$$ ) { default_yes_no 'CHAIN_SCRIPTS' , 'Yes'; if ( supplied ( $val = $config{TRACK_RULES} ) ) { - if ( lc( $val ) eq 'internal' ) { + if ( lc( $val ) eq 'file' ) { $globals{TRACK_RULES} = 'Yes'; $config{TRACK_RULES} = ''; } else { diff --git a/Shorewall/manpages/shorewall.conf.xml b/Shorewall/manpages/shorewall.conf.xml index dfc20002e..b85c2cbfd 100644 --- a/Shorewall/manpages/shorewall.conf.xml +++ b/Shorewall/manpages/shorewall.conf.xml @@ -2621,7 +2621,7 @@ INLINE - - - ; -j REJECT TRACK_RULES={Yes|No|Internal} + role="bold">No|File} Added in Shorewall 4.5.20. If set to Beginning with Shorewall 5.0.5, the option may also be set to - Internal. That setting causes - similar comments to be added to the + File. That setting causes similar + comments to be added to the .iptables-restore-input file, which is normally created in /var/lib/shorewall. diff --git a/Shorewall6/manpages/shorewall6.conf.xml b/Shorewall6/manpages/shorewall6.conf.xml index 73bae2f43..29a734401 100644 --- a/Shorewall6/manpages/shorewall6.conf.xml +++ b/Shorewall6/manpages/shorewall6.conf.xml @@ -2296,7 +2296,7 @@ INLINE - - - ; -j REJECT TRACK_RULES={Yes|No|Internal} + role="bold">No|File} Added in Shorewall 4.5.20. If set to Beginning with Shorewall 5.0.5, the option may also be set to - Internal. That setting causes - similar comments to be added to the + File. That setting causes similar + comments to be added to the .ip6tables-restore-input file, which is normally created in /var/lib/shorewall6.