Re: [PATCH] Add sysctl entries for bridge-nf
From: David S. Miller <hidden>
Date: 2003-12-25 03:32:36
From: David S. Miller <hidden>
Date: 2003-12-25 03:32:36
On Mon, 22 Dec 2003 23:01:47 +0100 Bart De Schuymer [off-list ref] wrote:
The following patch adds these sysctl entries in /proc/sys/net/bridge/: bridge-nf-call-arptables - pass or don't pass bridged ARP traffic to arptables' FORWARD chain. bridge-nf-call-iptables - pass or don't pass bridged IPv4 traffic to iptables' chains. bridge-nf-filter-vlan-tagged - pass or don't pass bridged vlan-tagged ARP/IP traffic to arptables/iptables. It adds the necessary constants to sysctl.h, changes br_netfilter.c and adds some info to the ip-sysctl documentation. The default values are so that the old behavior is kept by default.
Applied, thanks Bart.