bugzilla-daemon at netfilter.org
2018-Jun-27 23:13 UTC
[Bug 1265] New: Creating named sets concatenating ifname and anything else does not work
https://bugzilla.netfilter.org/show_bug.cgi?id=1265 Bug ID: 1265 Summary: Creating named sets concatenating ifname and anything else does not work Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: niconorsk at gmail.com Testing with the 0.9.0 release which added the ability to create named sets with type ifname Get the following error:> nft create set inet filter keepalived_ranges4 { type inet_service . ifname \; } > Error: Empty string is not allowed > create set inet filter keepalived_ranges4 { type inet_service . ifname ; }Getting this working would be a great help towards having a replacement for the net,iface ipset type -- 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/20180627/6ba2908a/attachment.html>
bugzilla-daemon at netfilter.org
2018-Jun-28 00:23 UTC
[Bug 1265] Creating named sets concatenating ifname and anything else does not work
https://bugzilla.netfilter.org/show_bug.cgi?id=1265 Florian Westphal <fw at strlen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |fw at strlen.de Assignee|pablo at netfilter.org |fw at strlen.de --- Comment #1 from Florian Westphal <fw at strlen.de> --- Thanks for reporting, this patch allows such set usage for me: https://patchwork.ozlabs.org/patch/935816/ -- 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/20180628/5d412836/attachment.html>
bugzilla-daemon at netfilter.org
2018-Jun-28 00:38 UTC
[Bug 1265] Creating named sets concatenating ifname and anything else does not work
https://bugzilla.netfilter.org/show_bug.cgi?id=1265 --- Comment #2 from Nicolai Moore <niconorsk at gmail.com> --- Tested the above patch and it works. Now to have full support for net,iface you would have to be able to do this:> nft create set inet filter inetiface { type ipv4_addr . ifname\; flags interval\;}But that gives an explicit this is not supported yet error so is probably a different issue -- 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/20180628/61ffdbbe/attachment.html>
bugzilla-daemon at netfilter.org
2018-Oct-18 11:38 UTC
[Bug 1265] Creating named sets concatenating ifname and anything else does not work
https://bugzilla.netfilter.org/show_bug.cgi?id=1265 pawel.krawczyk at hush.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |pawel.krawczyk at hush.com Status|ASSIGNED |RESOLVED -- 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/20181018/479ee725/attachment.html>