Re: [PATCH] Bypass routing table for mcast packets when using IP_MULTICAST_IF

2011-05-26 Thread Christiano F. Haesbaert
On 26 May 2011 05:11, Claudio Jeker wrote: > > I guess nobody cares much about multicast. I still would like to get this > in so that we can remove code from ldpd and ripd to insert special > multicast routes. I will commit this in the next few days. > I did some really basic tests and it works f

Re: [PATCH] Bypass routing table for mcast packets when using IP_MULTICAST_IF

2011-05-26 Thread Claudio Jeker
On Thu, Apr 28, 2011 at 12:42:31PM +0200, Claudio Jeker wrote: > On Thu, Apr 07, 2011 at 10:47:41AM -0300, Christiano F. Haesbaert wrote: > > Keeping this up. > > > > On 17 March 2011 00:51, Christiano F. Haesbaert > > wrote: > > > On 12 June 2010 16:26, Christiano F. Haesbaert > > wrote: > > >>

Re: [PATCH] Bypass routing table for mcast packets when using IP_MULTICAST_IF

2011-04-28 Thread Christiano F. Haesbaert
On 28 April 2011 07:42, Claudio Jeker wrote: > On Thu, Apr 07, 2011 at 10:47:41AM -0300, Christiano F. Haesbaert wrote: >> Keeping this up. >> >> On 17 March 2011 00:51, Christiano F. Haesbaert >> wrote: >> > On 12 June 2010 16:26, Christiano F. Haesbaert >> wrote: >> >> Hi, >> >> >> >> The foll

Re: [PATCH] Bypass routing table for mcast packets when using IP_MULTICAST_IF

2011-04-28 Thread Claudio Jeker
On Thu, Apr 07, 2011 at 10:47:41AM -0300, Christiano F. Haesbaert wrote: > Keeping this up. > > On 17 March 2011 00:51, Christiano F. Haesbaert > wrote: > > On 12 June 2010 16:26, Christiano F. Haesbaert > wrote: > >> Hi, > >> > >> The following will disregard the routing table for multicast pac

Re: [PATCH] Bypass routing table for mcast packets when using IP_MULTICAST_IF

2011-04-07 Thread Christiano F. Haesbaert
Keeping this up. On 17 March 2011 00:51, Christiano F. Haesbaert wrote: > On 12 June 2010 16:26, Christiano F. Haesbaert wrote: >> Hi, >> >> The following will disregard the routing table for multicast packets >> when the application chose the interface with IP_MULTICAST_IF, if not, >> normal lo

Re: [PATCH] Bypass routing table for mcast packets when using IP_MULTICAST_IF

2011-03-16 Thread Christiano F. Haesbaert
On 12 June 2010 16:26, Christiano F. Haesbaert wrote: > Hi, > > The following will disregard the routing table for multicast packets > when the application chose the interface with IP_MULTICAST_IF, if not, > normal lookup will take place. > > Ripd now no longer needs to explicitly add the mcast ho

[PATCH] Bypass routing table for mcast packets when using IP_MULTICAST_IF

2010-06-12 Thread Christiano F. Haesbaert
Hi, The following will disregard the routing table for multicast packets when the application chose the interface with IP_MULTICAST_IF, if not, normal lookup will take place. Ripd now no longer needs to explicitly add the mcast host route to bypass the default reject to 224/4, follows the diff to