Re: status of route matching work?

2006-11-15 Thread Thomas Graf
* Kumar Gala <[EMAIL PROTECTED]> 2006-11-14 15:08
> And was wondering what the status of this work was.  I'm interested  
> in being able to force packets for a local address out a real  
> ethernet device.

I'm working on it. For now, use SO_BINDTODEVICE.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


status of route matching work?

2006-11-14 Thread Kumar Gala

Thomas,

I came across this comment in DaveM's blog:

"Next he described a way to do route matching based upon branching  
rules with a "GOTO" operation. Only forward GOTOs would be allowed in  
the tree in order to prevent loops, but this would allow to match on  
many key components and allow a high level of rule sharing.


One nice consequence of Thomas's work is that we can force packets  
for a local address to still go over a real ethernet device. Some  
people do this for testing and the current kernel cannot do this.  
Continually a very ugly patch keeps getting submitted which allowed  
this but broke a lot of other things. Thomas's ideas allow this to be  
supported cleanly."


And was wondering what the status of this work was.  I'm interested  
in being able to force packets for a local address out a real  
ethernet device.


thanks

- kumar
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html