Re: IP Routing Fix

2012-06-27 Thread Gerhard Roth
On Tue, 26 Jun 2012 08:38:29 +0200, Claudio Jeker wrote: On Fri, Jun 22, 2012 at 12:03:41PM +0200, Gerhard Roth wrote: Hi everybody, there is code in ether_output() that handles the case that we have to use a gateway to send the packet. This code does a lookup for the route required to reach

Re: IP Routing Fix

2012-06-25 Thread Claudio Jeker
On Fri, Jun 22, 2012 at 12:03:41PM +0200, Gerhard Roth wrote: > Hi everybody, > > there is code in ether_output() that handles the case that we have to > use a gateway to send the packet. This code does a lookup for the route > required to reach the gateway. > > In case there is a gateway for whi

IP Routing Fix

2012-06-22 Thread Gerhard Roth
Hi everybody, there is code in ether_output() that handles the case that we have to use a gateway to send the packet. This code does a lookup for the route required to reach the gateway. In case there is a gateway for which no direct route exists (surely a stupid thing, but possible during recon