[Bug 1253] New: interface wildcard in variables causes Error: Byteorder mismatch: expected big endian, got host endian

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Tue May 1 15:43:50 CEST 2018


https://bugzilla.netfilter.org/show_bug.cgi?id=1253

            Bug ID: 1253
           Summary: interface wildcard in variables causes Error:
                    Byteorder mismatch: expected big endian, got host
                    endian
           Product: nftables
           Version: unspecified
          Hardware: x86_64
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: nft
          Assignee: pablo at netfilter.org
          Reporter: ian.kumlien at gmail.com

if you do:
define $interfaces = {
  tun*,
  lo
}

and then using that variable:
iifname $interfaces accept

results in:
Error: Byteorder mismatch: expected big endian, got host endian

but if i do:
iifname tun* accept

it works.

This, is odd, and should be fixed ;)

nft 0.8.3

-- 
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/20180501/98c7161d/attachment.html>


More information about the netfilter-buglog mailing list