[Bug 560] New: returning NF_QUEUE from PF_BRIDGE does not call
PF_BRIDGE queue hook
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Sat Apr 21 01:11:54 CEST 2007
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=560
Summary: returning NF_QUEUE from PF_BRIDGE does not call
PF_BRIDGE queue hook
Product: netfilter/iptables
Version: unspecified
Platform: i386
OS/Version: Fedora
Status: NEW
Severity: normal
Priority: P2
Component: bridging
AssignedTo: bdschuym at pandora.be
ReportedBy: ff at ozog.com
I have a running code for PF_INET that does not work for PF_BRIDGE.
When the regitered filter hook (PF_INET, NF_IP_FORWARD, NF_IP_PRI_FILTER)
returns NF_QUEUE the registered queue hook for PF_INET is called: good.
When I register the very same filter hook with (PR_BRIDGE, NF_BR_FORWARD, <any
priority>) the queue PF_BRIDGE queue hook is not called when I return NF_QUEUE.
I have searched but could not find help as most work seem to be done for
PF_INET. Am I missing something ?
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the netfilter-buglog
mailing list