bugzilla-daemon at netfilter.org
2023-Sep-13 14:25 UTC
[Bug 1455] Queue verdict cannot be used in vmap
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>