mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Epose if_bridge(4) sysctl members.
This commit is contained in:
parent
ad048a139b
commit
787295ea45
@ -75,6 +75,16 @@
|
||||
<tunable>net.link.bridge.pfil_onlyip</tunable>
|
||||
<value>0</value>
|
||||
</item>
|
||||
<item>
|
||||
<desc>Set to 0 to disable filtering on the incoming and outgoing member interfaces.</desc>
|
||||
<tunable>net.link.bridge.pfil_member</tunable>
|
||||
<value>1</value>
|
||||
</item>
|
||||
<item>
|
||||
<desc>Set to 1 to enable filtering on the bridge interface</desc>
|
||||
<tunable>net.link.bridge.pfil_bridge</tunable>
|
||||
<value>0</value>
|
||||
</item>
|
||||
<item>
|
||||
<desc>Allow unprivileged access to tap(4) device nodes</desc>
|
||||
<tunable>net.link.tap.user_open</tunable>
|
||||
|
||||
@ -75,6 +75,16 @@
|
||||
<tunable>net.link.bridge.pfil_onlyip</tunable>
|
||||
<value>0</value>
|
||||
</item>
|
||||
<item>
|
||||
<desc>Set to 0 to disable filtering on the incoming and outgoing member interfaces.</desc>
|
||||
<tunable>net.link.bridge.pfil_member</tunable>
|
||||
<value>1</value>
|
||||
</item>
|
||||
<item>
|
||||
<desc>Set to 1 to enable filtering on the bridge interface</desc>
|
||||
<tunable>net.link.bridge.pfil_bridge</tunable>
|
||||
<value>0</value>
|
||||
</item>
|
||||
<item>
|
||||
<desc>Allow unprivileged access to tap(4) device nodes</desc>
|
||||
<tunable>net.link.tap.user_open</tunable>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user