search for: byteorder_conversion_op

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

2014 May 07
1
[Bug 918] New: Ranges and comparat
...tfilter.org ReportedBy: anarey at gmail.com Estimated Hours: 0.0 There is a problem with ranges and comparisons. Here some examples of this bug. With ttl: $ sudo nft add rule ip test input ip ttl 13-15 counter drop BUG: invalid byte order conversion 0 => 2 nft: src/evaluate.c:153: byteorder_conversion_op: Assertion `0' failed. nft add rule ip test input ip ttl lt 9 counter drop BUG: invalid byte order conversion 0 => 2 nft: src/evaluate.c:153: byteorder_conversion_op: Assertion `0' failed. $ sudo nft add rule ip test input ip ttl gt 9 counter drop BUG: invalid byte order conversion 0...