[Bug 954] New: iffname doesn't work with sets.
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Wed May 28 20:28:09 CEST 2014
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.
More information about the netfilter-buglog
mailing list