patch-2.0.24 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

diff -u --recursive --new-file v2.0.23/linux/net/ipv4/ip_forward.c linux/net/ipv4/ip_forward.c
@@ -230,9 +230,10 @@
 
 		/* This is for ip encap. Anand, ernet.*/
 
-		if (is_frag&IPFWD_MULTITUNNEL) {
+		if (is_frag&IPFWD_MULTITUNNEL)
+		{
 			encap=20;
-				}
+		}
 	}
 	else
 	{

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov