Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 May 2017 17:28:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ipfw@FreeBSD.org
Subject:   [Bug 215875] [ipfw] ipfw lookup tables do not support mbuf_tags(9) ipfw cookies lookups
Message-ID:  <bug-215875-7515-kMJqAZyNqi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215875-7515@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215875-7515@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215875

Andrey V. Elsukov <ae@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ae@FreeBSD.org

--- Comment #1 from Andrey V. Elsukov <ae@FreeBSD.org> ---
Such opcode handling should be a bit complicated than other lookup keys,
because a packet can have many tags and you need to make lookup in a table =
for
each tag in the loop.

If you want to try, you can look at the O_IP_DST_LOOKUP opcode handling in
ip_fw2.c and add new key support here.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215875-7515-kMJqAZyNqi>