Re: [NETFILTER]: Fix fragmentation issues with bridge netfilter

2006-04-03 Thread Bart De Schuymer
Op ma, 03-04-2006 te 15:43 +0200, schreef Patrick McHardy: > Fix a regression from the netfilter/IPsec patches with bridging. > Bart, please review this patch, if everything is fine I think it > should also go in -stable. Looks fine to me. Thanks, Bart - To unsubscribe from this list: send the

Re: [NETFILTER]: Fix skb->nf_bridge lifetime issues

2006-02-20 Thread Bart De Schuymer
Op ma, 20-02-2006 te 10:33 +0100, schreef Patrick McHardy: > Patrick McHardy wrote: > > Bart, can you please have a look at this patch and ACK/NACK it? > > We have a bugreport in the netfilter bugzilla of broken conntrack > > with tunnels on top of bridge devices (#448), which should be cured > > b

Re: [EBTABLES]: Handle SCTP/DCCP in ebt_{ip,log}

2006-01-12 Thread Bart De Schuymer
Op do, 12-01-2006 te 06:53 +0100, schreef Patrick McHardy: > This patch adds SCTP/DCCP support to ebt_ip.c and ebt_log.c. The > ebt_ipt.c change needs a userspace change as well, this is the > second attached patch. Looks fine to me. Thanks, Bart - To unsubscribe from this list: send the line "

[PATCH] ebtables: port ebt*[u]log.c to nf[netlink]_log

2005-11-15 Thread Bart De Schuymer
. via nfnetlink_log. Signed-off-by: Bart De Schuymer <[EMAIL PROTECTED]> Signed-off-by: Harald Welte <[EMAIL PROTECTED]> --- linux-2.6.14.2/net/bridge/netfilter/Kconfig.old 2005-11-15 18:00:10.0 + +++ linux-2.6.14.2/net/bridge/netfilter/Kconfig 2005-11-15 18:00:24

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 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

Re: [RFC PATCH] convert ebt_ulog to nfnetlink_log

2005-08-07 Thread Bart De Schuymer
Op zo, 07-08-2005 te 23:33 +0200, schreef Harald Welte: > > indev->br_port->br->dev->ifindex points to the ifindex of the bridge br0 > > when indev is a bridge port (eth0). So you need this to fill in the > > input device (assuming we agree that the bridge is called the input > > device, and the b

Re: [RFC PATCH] convert ebt_ulog to nfnetlink_log

2005-08-07 Thread Bart De Schuymer
Op vr, 05-08-2005 te 19:10 +0200, schreef Harald Welte: > What about the following (only compile-tested) patch ? > > [NETFILTER] add phys{in,out}dev support to nfnetlink_log and nfnetlink_queue > > Since bridges don't have a 'reasonable' input and output net_device > (e.g. 'br0'), we need to add

Re: [RFC PATCH] convert ebt_ulog to nfnetlink_log

2005-08-05 Thread Bart De Schuymer
Op zo, 31-07-2005 te 09:05 +0200, schreef Harald Welte: > On Sat, Jul 30, 2005 at 09:04:23PM -0700, David S. Miller wrote: > > > > attached is a patch that converts ebt_ulog to use the generic logging > > > mechanism (and thus be able to use the nfnetlink_log backend). > > > > > > This patch bre