Project

General

Profile

« Previous | Next » 

Revision 2360abcc

Added by Luiz Souza about 5 years ago

Fix #9647.

Instead of forcing the defaults in the OS driver (introducing yet another
change), set the default to enable ALTQ support for hnX NICs in loader.conf.

Ticket: #9647

View differences:

src/etc/inc/pfsense-utils.inc
1336 1336
	}
1337 1337
	$data[] = 'net.pf.request_maxcount="' .  $maximumtableentries . '"';
1338 1338

  
1339
	/* Enable ALTQ support for hnX NICs. */
1340
	$data[] = 'hw.hn.vf_transparent=0';
1341
	$data[] = 'hw.hn.use_if_start=1';
1342

  
1339 1343
	safe_write_file($loader_conf_file, $data);
1340 1344

  
1341 1345
	/* Filter loader.conf.local to avoid duplicate settings. */

Also available in: Unified diff