mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Allow the use of mbuf tags to set the VLAN pcp on output packets.
This is necessary for use with the pf 'set prio'. Ticket #7973
This commit is contained in:
parent
49e2b19a4c
commit
c2a14eec24
@ -137,6 +137,7 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
|
||||
"net.link.bridge.pfil_member" => "1",
|
||||
"net.link.bridge.pfil_bridge" => "0",
|
||||
"net.link.tap.user_open" => "1",
|
||||
"net.link.vlan.mtag_pcp" => "1",
|
||||
"kern.randompid" => "347",
|
||||
"net.inet.ip.intr_queue_maxlen" => "1000",
|
||||
"hw.syscons.kbd_reboot" => "0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user