Argh!!! I am a fscking idiot.
0.0.6 on its way :(
Thanks for the report.
diff -u -r1.32 br_netfilter.c
--- br_netfilter.c 2002/01/09 19:07:20 1.32
+++ br_netfilter.c 2002/01/12 17:24:37
@@ -321,7 +321,9 @@
* PF_INET/POST_ROUTING until we have done the forwarding decision in
* the bridge code and have determined skb->physoutdev. */
if (out->hard_start_xmit == br_dev_xmit &&
- okfn != br_forward_finish &&
+ okfn != br_nf_forward_finish &&
+ okfn != br_nf_local_out_finish &&
+ okfn != br_nf_local_out_finish_forward &&
okfn != br_nf_post_routing_finish) {
struct sk_buff *skb = *pskb;
On Sat, Jan 12, 2002 at 09:35:23AM -0600, Jason R. Martin wrote:
> I built a bridging firewall with linux-2.4.17 and the brnf patch 0.0.5,
> and it appears to ignore the FORWARD chain. I have it successfully
> redirecting port 80 to port 8080 (squid cache), but it ignores the
> FORWARD chain altogether. The kernel config does have bridge netfilter
> support turned on, and almost all the options are enabled within the
> netfilter config. Any ideas?
>
> Jason
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge