[Bug 1455] Queue verdict cannot be used in vmap
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Wed Sep 13 16:25:04 CEST 2023
https://bugzilla.netfilter.org/show_bug.cgi?id=1455
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> ---
Best way would be to allow to specify the queue number in a map declaration:
table ip x {
map AppControl_TCP {
typeof ip saddr . ip daddr . tcp dport : queue
}
chain forward {
queue to ip saddr . ip saddr . tcp dport map @AppControl_TCP
}
}
This is not yet supported.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20230913/04bbbbcc/attachment.html>
More information about the netfilter-buglog
mailing list