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:
Luiz Souza 2017-10-25 15:04:56 -05:00
parent 49e2b19a4c
commit c2a14eec24

View File

@ -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",