Revision 77408e61
Added by Doktor Notor over 8 years ago
src/etc/inc/upgrade_config.inc | ||
---|---|---|
653 | 653 |
$config['sysctl']['item'][1]['value'] = "default"; |
654 | 654 |
|
655 | 655 |
$config['sysctl']['item'][2]['tunable'] = "net.inet.ip.random_id"; |
656 |
$config['sysctl']['item'][2]['descr'] = gettext("Randomize the ID field in IP packets (default is 0: sequential IP IDs)");
|
|
656 |
$config['sysctl']['item'][2]['descr'] = gettext("Randomize the ID field in IP packets (default is 1: Assign random IP IDs)");
|
|
657 | 657 |
$config['sysctl']['item'][2]['value'] = "default"; |
658 | 658 |
|
659 | 659 |
$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)