bugzilla-daemon at netfilter.org
2020-Dec-28 18:33 UTC
[Bug 1488] New: netdev doesn't accept variables in "device"
https://bugzilla.netfilter.org/show_bug.cgi?id=1488 Bug ID: 1488 Summary: netdev doesn't accept variables in "device" Product: nftables Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: bugz at dragon-home.dyndns-mail.com Works: add table netdev filter add chain netdev filter fin { type filter hook ingress device enp1s0 priority filter; } Doesn't work: add table netdev filter add chain netdev filter fin { type filter hook ingress device $lan_if priority filter; } ./fw_bug:7:63-63: Error: syntax error, unexpected '$', expecting string or quoted string or string with a trailing asterisk add chain netdev filter fin { type filter hook ingress device $lan_if priority filter; } Debian10 linux-image-5.9.0-0.bpo.2-amd64 (5.9.6-1~bpo10+1) nftables v0.9.6 (0.9.6-1~bpo10+1 amd64) -- 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/20201228/536b53d3/attachment.html>
bugzilla-daemon at netfilter.org
2021-Jan-15 17:52 UTC
[Bug 1488] netdev doesn't accept variables in "device"
https://bugzilla.netfilter.org/show_bug.cgi?id=1488 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> --- The use variable in device is supported since nft >= 0.9.7. -- 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/20210115/ff84eb87/attachment.html>