[Bug 933] queue: Incorrect use of option with queue
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Wed May 28 10:58:07 CEST 2014
https://bugzilla.netfilter.org/show_bug.cgi?id=933
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> 2014-05-28 10:58:07 CEST ---
The (current) correct syntax is:
nft add rule ip filter input queue num 2 total 3 options fanout,bypass
But we have to fix that syntax to make it more compact, eg.
nft add rule ip filter input queue 2:3 fanout bypass
Closing this. We'll file a different ticket to rework the syntax.
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the netfilter-buglog
mailing list