netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH libnftnl 0/1] Bitwise dump format fix.
@ 2020-11-14 17:36 Jeremy Sowden
  2020-11-14 17:36 ` [PATCH libnftnl 1/1] bitwise: improve formatting of registers in bitwise dumps Jeremy Sowden
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Sowden @ 2020-11-14 17:36 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Netfilter Devel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-15 15:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-14 17:36 [PATCH libnftnl 0/1] Bitwise dump format fix Jeremy Sowden
2020-11-14 17:36 ` [PATCH libnftnl 1/1] bitwise: improve formatting of registers in bitwise dumps Jeremy Sowden
2020-11-15 11:16   ` Pablo Neira Ayuso
2020-11-15 15:09     ` Jeremy Sowden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).