Displaying 1 result from an estimated 1 matches for "byteorder_conversion".
2016 Mar 21
3
[Bug 1059] New: Using wildcard interface names in an anonymous set fails on big endian
...ules: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 should in host byte order, but that is not expected for the lookup
(due to the prefix_expr_alloc()?)
--
You are receiving this mail because:
You are watching all bug changes.
-------------- ne...