mbox series

[libnftnl,0/3] Fixes for JSON parsing on big endian

Message ID 20180622121859.6777-1-phil@nwl.cc
Headers show
Series Fixes for JSON parsing on big endian | expand

Message

Phil Sutter June 22, 2018, 12:18 p.m. UTC
This series fixes libnftnl JSON parsing support on big endian systems,
at least to the point that the testsuite passes.

Phil Sutter (3):
  utils: Fix nftnl_get_value() on big endian
  expr/data_reg: Fix JSON parsing on big endian
  expr/exthdr: Fix JSON parsing on big endian

 src/expr/data_reg.c |  4 ++--
 src/expr/exthdr.c   |  2 +-
 src/utils.c         | 44 ++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 45 insertions(+), 5 deletions(-)