bugzilla-daemon at netfilter.org
2014-May-28 18:28 UTC
[Bug 954] New: iffname doesn't work with sets.
https://bugzilla.netfilter.org/show_bug.cgi?id=954 Summary: iffname doesn't work with sets. Product: nftables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: anarey at gmail.com Estimated Hours: 0.0 We add the following rule: sudo nft add rule ip test input meta iifname {eth0, wlan0} or sudo nft add rule ip test input meta iifname {"eth0", "wlan0"} and nft lists it: $ sudo nft list table ip test table ip test { chain input { iifname { "", "" } } } -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
bugzilla-daemon at netfilter.org
2015-Jan-07 17:03 UTC
[Bug 954] iffname doesn't work with sets.
https://bugzilla.netfilter.org/show_bug.cgi?id=954 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> --- Fixed in: http://git.netfilter.org/nftables/commit/?id=9239d5851afaf7522eb2e3d5f1e2dc3001860f90 -- 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/20150107/b148b2be/attachment.html>
Possibly Parallel Threads
- [Bug 1360] New: BUG: invalid expression type concat on invalid input "iifname . oifname p . q"
- [Bug 898] New: You can not add a non-name set with more than 255 elements aprox. Do not show any error.
- [Bug 872] New: extra symbols in console output
- [Bug 1284] New: nft doesn't accept interface names starting with a number
- [Bug 952] New: Wrong output with set intervals and skgid/skuid