search for: vlan1_

Displaying 1 result from an estimated 1 matches for "vlan1_".

Did you mean: vlan10
2016 Mar 21
3
[Bug 1059] New: Using wildcard interface names in an anonymous set fails on big endian
...ablo at netfilter.org Reporter: magnus.oberg at westermo.se I'm running on a PPC platform, big endian. I'm getting this error at run-time: /var/run/nftables.rules:10:6-12: Error: Byteorder mismatch: expected big endian, got host endian iifname { "vlan1", "vi-vlan1_*" } ip daddr 33.44.5.6/32 ip protocol 6 tcp dport 222 accept ^^^^^^^ It appears when using a wildcard interface string in an inline set. The error is raised in byteorder_conversion() called from expr_evaluate_relational() in evaluate.c. Inside the OP_LOOKUP case, row 1232. The string s...