[Olsr-dev] two patches for FreeBSD

John Hay (spam-protected)
Thu Mar 26 18:38:41 CET 2009


On Thu, Mar 26, 2009 at 06:14:26PM +0100, Henning Rogge wrote:
> On Donnerstag 26 M?rz 2009 18:03:12 you wrote:
> > Any progress on this? I see r4 just came out.
> Please don't say we missed a patch... DAMN. (sorry)
> 
> Okay, I will apply it to stable. Can you please create a patch for the 
> development tip too ?

The patch for that is a bit simpler because the IPv6 part is still ok.
It is just the piece to handle a non-existing RTF_CLONING that is needed.

John
-- 
John Hay -- (spam-protected) / (spam-protected)


--- olsrd/src/bsd/kernel_routes.c.orig	2008-02-08 08:16:10.000000000 +0200
+++ olsrd/src/bsd/kernel_routes.c	2009-03-26 19:33:47.000000000 +0200
@@ -90,7 +90,9 @@
 
   if ((flags & RTF_GATEWAY) == 0)
   {
+#ifdef RTF_CLONING
     flags |= RTF_CLONING;
+#endif
     flags &= ~RTF_HOST;
   }
 




More information about the Olsr-dev mailing list