summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-02-19 01:45:42 +0100
committerGitHub <noreply@github.com>2017-02-19 01:45:42 +0100
commit77408e612de12311d9fd517b2de2de586f4c0ddb (patch)
treede41c402b6256c67ddebbcca5774838cfa1e1122 /src
parent7c40255c3a101e848580b22482d90022683b1c60 (diff)
downloadpfsense-77408e612de12311d9fd517b2de2de586f4c0ddb.zip
pfsense-77408e612de12311d9fd517b2de2de586f4c0ddb.tar.gz
Fix net.inet.ip.random_id tunable description (Bug #6087)
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/upgrade_config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/upgrade_config.inc b/src/etc/inc/upgrade_config.inc
index 6019c3b..7ec7086 100644
--- a/src/etc/inc/upgrade_config.inc
+++ b/src/etc/inc/upgrade_config.inc
@@ -653,7 +653,7 @@ function upgrade_040_to_041() {
$config['sysctl']['item'][1]['value'] = "default";
$config['sysctl']['item'][2]['tunable'] = "net.inet.ip.random_id";
- $config['sysctl']['item'][2]['descr'] = gettext("Randomize the ID field in IP packets (default is 0: sequential IP IDs)");
+ $config['sysctl']['item'][2]['descr'] = gettext("Randomize the ID field in IP packets (default is 1: Assign random IP IDs)");
$config['sysctl']['item'][2]['value'] = "default";
$config['sysctl']['item'][3]['tunable'] = "net.inet.tcp.drop_synfin";
OpenPOWER on IntegriCloud