Revision df0b717d
Added by Doktor Notor about 8 years ago
src/etc/inc/upgrade_config.inc | ||
---|---|---|
685 | 685 |
$config['sysctl']['item'][1]['value'] = "default"; |
686 | 686 |
|
687 | 687 |
$config['sysctl']['item'][2]['tunable'] = "net.inet.ip.random_id"; |
688 |
$config['sysctl']['item'][2]['descr'] = gettext("Randomize the ID field in IP packets (default is 0: sequential IP IDs)");
|
|
688 |
$config['sysctl']['item'][2]['descr'] = gettext("Randomize the ID field in IP packets (default is 1: Assign random IP IDs)");
|
|
689 | 689 |
$config['sysctl']['item'][2]['value'] = "default"; |
690 | 690 |
|
691 | 691 |
$config['sysctl']['item'][3]['tunable'] = "net.inet.tcp.drop_synfin"; |
Also available in: Unified diff
Fix net.inet.ip.random_id tunable description (Bug #6087)
(cherry picked from commit 77408e612de12311d9fd517b2de2de586f4c0ddb)