diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index aa4267e29c..0d5fe91cf3 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -75,6 +75,16 @@
net.link.bridge.pfil_onlyip
0
+ -
+ Set to 0 to disable filtering on the incoming and outgoing member interfaces.
+ net.link.bridge.pfil_member
+ 1
+
+ -
+ Set to 1 to enable filtering on the bridge interface
+ net.link.bridge.pfil_bridge
+ 0
+
-
Allow unprivileged access to tap(4) device nodes
net.link.tap.user_open
diff --git a/conf.default/config.xml b/conf.default/config.xml
index aa4267e29c..0d5fe91cf3 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -75,6 +75,16 @@
net.link.bridge.pfil_onlyip
0
+ -
+ Set to 0 to disable filtering on the incoming and outgoing member interfaces.
+ net.link.bridge.pfil_member
+ 1
+
+ -
+ Set to 1 to enable filtering on the bridge interface
+ net.link.bridge.pfil_bridge
+ 0
+
-
Allow unprivileged access to tap(4) device nodes
net.link.tap.user_open