patch-2.4.3 linux/net/ipv4/sysctl_net_ipv4.c
Next file: linux/net/ipv6/ip6_fib.c
Previous file: linux/net/ipv4/netfilter/ipt_tcpmss.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sun Mar 25 18:14:25 2001
- Orig file:
v2.4.2/linux/net/ipv4/sysctl_net_ipv4.c
- Orig date:
Mon Oct 23 15:48:28 2000
diff -u --recursive --new-file v2.4.2/linux/net/ipv4/sysctl_net_ipv4.c linux/net/ipv4/sysctl_net_ipv4.c
@@ -1,7 +1,7 @@
/*
* sysctl_net_ipv4.c: sysctl interface to net IPV4 subsystem.
*
- * $Id: sysctl_net_ipv4.c,v 1.47 2000/10/19 15:51:02 davem Exp $
+ * $Id: sysctl_net_ipv4.c,v 1.48 2001/02/23 01:39:05 davem Exp $
*
* Begun April 1, 1996, Mike Shaver.
* Added /proc/sys/net/ipv4 directory entry (empty =) ). [MS]
@@ -47,10 +47,11 @@
extern int inet_peer_gc_mintime;
extern int inet_peer_gc_maxtime;
+#ifdef CONFIG_SYSCTL
static int tcp_retr1_max = 255;
-
static int ip_local_port_range_min[] = { 1, 1 };
static int ip_local_port_range_max[] = { 65535, 65535 };
+#endif
struct ipv4_config ipv4_config;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)