Summary: | [ipfw] ipfw lookup tables do not support mbuf_tags(9) ipfw cookies lookups | ||
---|---|---|---|
Product: | Base System | Reporter: | Eugene Grosbein <ports> |
Component: | kern | Assignee: | freebsd-ipfw (Nobody) <ipfw> |
Status: | Closed Overcome By Events | ||
Severity: | Affects Some People | CC: | ae, eugen, melifaro |
Priority: | --- | Flags: | ports:
mfc-stable11?
|
Version: | 11.0-STABLE | ||
Hardware: | Any | ||
OS: | Any |
Description
Eugene Grosbein
2017-01-08 17:15:08 UTC
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. Hi, recently ipfw mark was introduced in CURRENT, probably it can help with your task. https://reviews.freebsd.org/D39555 I almost forgot about this PR. The problem I wanted to solve also gone after 6 years. It's no use keeping the PR open. |