patch-2.1.112 linux/net/ipv4/ipconfig.c
Next file: linux/net/ipv4/rarp.c
Previous file: linux/net/ipv4/ip_sockglue.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Jul 26 23:35:57 1998
- Orig file:
v2.1.111/linux/net/ipv4/ipconfig.c
- Orig date:
Tue Jun 23 10:01:31 1998
diff -u --recursive --new-file v2.1.111/linux/net/ipv4/ipconfig.c linux/net/ipv4/ipconfig.c
@@ -1,5 +1,5 @@
/*
- * $Id: ipconfig.c,v 1.13 1998/06/09 03:40:47 zaitcev Exp $
+ * $Id: ipconfig.c,v 1.15 1998/06/19 13:22:33 davem Exp $
*
* Automatic Configuration of IP -- use BOOTP or RARP or user-supplied
* information to configure own IP address and routes.
@@ -323,7 +323,7 @@
if (rarp->ar_op != htons(ARPOP_RREPLY))
goto drop;
- /* If it's not ethernet, delete it. */
+ /* If it's not Ethernet, delete it. */
if (rarp->ar_pro != htons(ETH_P_IP))
goto drop;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov