Re: [PATCH] add bridging support to nfnetlink_{log,queue}

2005-08-08 Thread Bart De Schuymer
Op ma, 08-08-2005 te 19:36 +0200, schreef Harald Welte: > > then the physindev should still be filled in if ebt_ulog is used. I'm > > afraid this will result in more ugly ifdef's. > > well, If you can send me a patch for those ugly ifdef's after you get > back from holidays, I'll apply it. Until

Re: [PATCH] add bridging support to nfnetlink_{log,queue}

2005-08-08 Thread David S. Miller
From: Harald Welte <[EMAIL PROTECTED]> Date: Mon, 8 Aug 2005 15:24:13 +0200 > [NETFILTER] add correct bridging support to nfnetlink_{queue,log} Applied. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http:/

Re: [PATCH] add bridging support to nfnetlink_{log,queue}

2005-08-08 Thread Harald Welte
On Mon, Aug 08, 2005 at 05:43:29PM +, Bart De Schuymer wrote: > Op ma, 08-08-2005 te 15:24 +0200, schreef Harald Welte: > > > There is one case missing: the brouter case. If br0=eth0+eth1 and a > > > packet arrives at eth0 (not br0) in the IP code (not the bridge code), > > > then the indev mus

Re: [PATCH] add bridging support to nfnetlink_{log,queue}

2005-08-08 Thread Bart De Schuymer
Op ma, 08-08-2005 te 15:24 +0200, schreef Harald Welte: > > There is one case missing: the brouter case. If br0=eth0+eth1 and a > > packet arrives at eth0 (not br0) in the IP code (not the bridge code), > > then the indev must be eth0, not br0. How about something like this? > > Ok, I've implemen

[PATCH] add bridging support to nfnetlink_{log,queue}

2005-08-08 Thread Harald Welte
> There is one case missing: the brouter case. If br0=eth0+eth1 and a > packet arrives at eth0 (not br0) in the IP code (not the bridge code), > then the indev must be eth0, not br0. How about something like this? Ok, I've implemented your suggested modifications now. Dave: Please apply to your