The dumping of bitwise operations looks like: [ bitwise reg 1 = (reg=1 & 0x0000ff0f ) ^ 0x00000000 ] instead of: [ bitwise reg 1 = ( reg 1 & 0x0000ff0f ) ^ 0x00000000 ] which offends my sense of neatness. :) I have a follow-up patch to fix the payloads of the nft Python tests that this change breaks. Are there other things that might be affected? Jeremy Sowden (1): bitwise: improve formatting of registers in bitwise dumps. src/expr/bitwise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.29.2