From 6b3bff7437ff98d1d5f1dcaa0afce67105588efd Mon Sep 17 00:00:00 2001 From: Luiz Souza Date: Fri, 14 Sep 2018 16:58:11 -0300 Subject: Sync the know variables with factory. (cherry picked from commit fe7523cbbdee119bf71abb93009f44a9f8e47963) --- src/etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/pfsense-utils.inc b/src/etc/inc/pfsense-utils.inc index 18ea92a..ac89a6a 100644 --- a/src/etc/inc/pfsense-utils.inc +++ b/src/etc/inc/pfsense-utils.inc @@ -1162,7 +1162,7 @@ function load_loader_conf($loader_conf = NULL, $local = false) { /* These values should be removed from loader.conf and loader.conf.local * As they will be replaced when necessary. */ $remove = array("hw.usb.no_pf", "hint.mdio.0.at", "hint.e6000sw.0", - "vm.pmap.pti"); + "hw.e6000sw.default_disabled", "vm.pmap.pti"); if (!$local) { /* These values should only be filtered in loader.conf, not .local */ $remove = array_merge($remove, -- cgit v1.1