patch-2.1.25 linux/net/ipv4/af_inet.c
Next file: linux/net/ipv4/arp.c
Previous file: linux/net/ipv4/Config.in
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Sun Feb 2 15:18:49 1997
- Orig file:
v2.1.24/linux/net/ipv4/af_inet.c
- Orig date:
Tue Jan 28 18:50:58 1997
diff -u --recursive --new-file v2.1.24/linux/net/ipv4/af_inet.c linux/net/ipv4/af_inet.c
@@ -1732,15 +1732,21 @@
/*
* Set the ARP module up
*/
+
arp_init();
+
/*
* Set the IP module up
*/
+
ip_init();
+
/*
* Set the ICMP layer up
*/
+
icmp_init(&inet_family_ops);
+
/*
* Set the firewalling up
*/
@@ -1757,7 +1763,7 @@
#if defined(CONFIG_IP_MROUTE)
ip_mr_init();
#endif
-
+
/*
* Initialise AF_INET alias type (register net_alias_type)
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov