diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-08-05 16:03:39 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-08-05 16:03:39 +0000 |
commit | 787295ea452f1986d2c764d582063465903e5d13 (patch) | |
tree | fa69a48d77a5ef683451b4d2571e67b372c33777 /cf | |
parent | ad048a139b2436bc5a470e6555a24abef26a0717 (diff) | |
download | pfsense-787295ea452f1986d2c764d582063465903e5d13.zip pfsense-787295ea452f1986d2c764d582063465903e5d13.tar.gz |
Epose if_bridge(4) sysctl members.
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index aa4267e..0d5fe91 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -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> |