DragonFly BSD
DragonFly kernel List (threaded) for 2006-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Parallel routing code patch #1 (preliminary)


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Jan 2006 23:32:49 -0800 (PST)

:Shouldn't this part in ip_input.c:
:@@ -2061,7 +2065,7 @@
: 						    &ipsecerror);
:  
: 			if (sp == NULL)
:-				destmtu = ipforward_rt.ro_rt->rt_ifp->if_mtu;
:+				destmtu = cache_rt->rt_ifp->if_mtu;
: 			else {
: 				/* count IPsec header size */
: 				ipsechdr = ipsec4_hdrsiz(mcopy,
:
:be
:
:-				destmtu = ipforward_rt.ro_rt->rt_ifp->if_mtu;
:+				destmtu = cache_rt->ro_rt->rt_ifp->if_mtu;
:
:so as it at least compiles.

    Yup. I didn't have IPSEC compiled in so I didn't catch it.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]