[Bug 215875] [ipfw] ipfw lookup tables do not support mbuf_tags(9) ipfw cookies lookups

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 2 17:28:56 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215875

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

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

--- Comment #1 from Andrey V. Elsukov <ae at 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.

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


More information about the freebsd-ipfw mailing list