Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34670
b: refs/heads/master
c: 9c1ea14
h: refs/heads/master
v: v3
  • Loading branch information
Brian Haley authored and David S. Miller committed Sep 22, 2006
1 parent 0757153 commit 1467801
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb328111efde7bca782f340fe805756039ec6a0c
refs/heads/master: 9c1ea148ad8bb06538b43908891afedebeaf361b
8 changes: 4 additions & 4 deletions trunk/net/bridge/br_netfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@

#ifdef CONFIG_SYSCTL
static struct ctl_table_header *brnf_sysctl_header;
static int brnf_call_iptables = 1;
static int brnf_call_ip6tables = 1;
static int brnf_call_arptables = 1;
static int brnf_filter_vlan_tagged = 1;
static int brnf_call_iptables __read_mostly = 1;
static int brnf_call_ip6tables __read_mostly = 1;
static int brnf_call_arptables __read_mostly = 1;
static int brnf_filter_vlan_tagged __read_mostly = 1;
#else
#define brnf_filter_vlan_tagged 1
#endif
Expand Down

0 comments on commit 1467801

Please sign in to comment.