patch-1.3.99 linux/net/ipv4/ip_forward.c
Next file: linux/net/ipv4/ip_fragment.c
Previous file: linux/net/ipv4/igmp.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon May 6 12:26:17 1996
- Orig file:
v1.3.98/linux/net/ipv4/ip_forward.c
- Orig date:
Fri Apr 12 15:52:12 1996
diff -u --recursive --new-file v1.3.98/linux/net/ipv4/ip_forward.c linux/net/ipv4/ip_forward.c
@@ -216,7 +216,7 @@
#ifndef CONFIG_IP_NO_ICMP_REDIRECT
if (dev == dev2 &&
!((iph->saddr^dev->pa_addr)&dev->pa_mask) &&
- /* The daddr!=raddr test isn't obvious - what its doing
+ /* The daddr!=raddr test isn't obvious - what it's doing
is avoiding sending a frame the receiver will not
believe anyway.. */
iph->daddr != raddr/*ANK*/ && !opt->srr)
@@ -247,7 +247,7 @@
#ifdef CONFIG_IP_MASQUERADE
/*
* If this fragment needs masquerading, make it so...
- * (Dont masquerade de-masqueraded fragments)
+ * (Don't masquerade de-masqueraded fragments)
*/
if (!(is_frag&IPFWD_MASQUERADED) && fw_res==FW_MASQUERADE)
ip_fw_masquerade(&skb, dev2);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this