Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32827
b: refs/heads/master
c: 72b5582
h: refs/heads/master
i:
  32825: 8c3da8d
  32823: f389a7d
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jul 25, 2006
1 parent d965ada commit 7e5677f
Show file tree
Hide file tree
Showing 3 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: 3bc38712e3a6e0596ccb6f8299043a826f983701
refs/heads/master: 72b558235950538da8bf5a8de746a194831c6fe6
4 changes: 2 additions & 2 deletions trunk/net/ipv4/netfilter/ip_conntrack_standalone.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@ static struct nf_hook_ops ip_conntrack_ops[] = {

/* Sysctl support */

int ip_conntrack_checksum = 1;

#ifdef CONFIG_SYSCTL

/* From ip_conntrack_core.c */
Expand Down Expand Up @@ -568,8 +570,6 @@ extern unsigned int ip_ct_generic_timeout;
static int log_invalid_proto_min = 0;
static int log_invalid_proto_max = 255;

int ip_conntrack_checksum = 1;

static struct ctl_table_header *ip_ct_sysctl_header;

static ctl_table ip_ct_sysctl_table[] = {
Expand Down
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nf_conntrack_standalone.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ static struct file_operations ct_cpu_seq_fops = {

/* Sysctl support */

int nf_conntrack_checksum = 1;

#ifdef CONFIG_SYSCTL

/* From nf_conntrack_core.c */
Expand Down Expand Up @@ -459,8 +461,6 @@ extern unsigned int nf_ct_generic_timeout;
static int log_invalid_proto_min = 0;
static int log_invalid_proto_max = 255;

int nf_conntrack_checksum = 1;

static struct ctl_table_header *nf_ct_sysctl_header;

static ctl_table nf_ct_sysctl_table[] = {
Expand Down

0 comments on commit 7e5677f

Please sign in to comment.