forked from extern/shorewall_code
Change the compiler's default for LEGACY_FASTSTART
- No visible effect since the compiler doesn't use this option
This commit is contained in:
parent
1b3d7947b8
commit
7ef7490cd6
@ -3415,7 +3415,7 @@ sub get_configuration( $$$ ) {
|
||||
default_yes_no 'FORWARD_CLEAR_MARK' , have_capability 'MARK' ? 'Yes' : '';
|
||||
default_yes_no 'COMPLETE' , '';
|
||||
default_yes_no 'EXPORTMODULES' , '';
|
||||
default_yes_no 'LEGACY_FASTSTART' , '';
|
||||
default_yes_no 'LEGACY_FASTSTART' , 'Yes';
|
||||
|
||||
require_capability 'MARK' , 'FOREWARD_CLEAR_MARK=Yes', 's', if $config{FORWARD_CLEAR_MARK};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user