All of lore.kernel.org
 help / color / mirror / Atom feed
* [libnftables PATCH 0/2]
@ 2013-03-29 15:34 Arturo Borrero
  2013-03-29 15:34 ` [libnftables PATCH 1/2] Fix a typo in src/expr/match Arturo Borrero
  2013-03-29 15:34 ` [libnftables PATCH 2/2] Basic support for printing nft_data_reg in XML format Arturo Borrero
  0 siblings, 2 replies; 8+ messages in thread
From: Arturo Borrero @ 2013-03-29 15:34 UTC (permalink / raw)
  To: netfilter-devel; +Cc: pablo

The following series implements:
        * A typo fix.
        * src: expr: nft_data_reg support for XML output.

Please, note that the XML output of nft_data_reg stills need some work, such as
endianess related issues and how to print the other part of the union.
This is intended to be the first basic approach.

Also, comments are welcome.

---

Arturo Borrero (2):
      Fix a typo in src/expr/match
      Basic support for printing nft_data_reg in XML format.


 src/expr/bitwise.c   |   33 ++++++++++++++-------------------
 src/expr/cmp.c       |   23 +++++++++++------------
 src/expr/data_reg.c  |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/expr/data_reg.h  |    3 +++
 src/expr/immediate.c |   43 ++++++++++++++++++++++++++++++++++++++-----
 src/expr/match.c     |    4 ++--
 6 files changed, 116 insertions(+), 38 deletions(-)

-- 
Arturo Borrero Gonzalez

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

end of thread, other threads:[~2013-04-04 12:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-29 15:34 [libnftables PATCH 0/2] Arturo Borrero
2013-03-29 15:34 ` [libnftables PATCH 1/2] Fix a typo in src/expr/match Arturo Borrero
2013-03-29 15:34 ` [libnftables PATCH 2/2] Basic support for printing nft_data_reg in XML format Arturo Borrero
2013-04-02 11:41   ` Pablo Neira Ayuso
2013-04-02 17:18     ` Arturo Borrero Gonzalez
2013-04-02 19:32       ` Pablo Neira Ayuso
2013-04-03 12:38         ` Arturo Borrero Gonzalez
2013-04-04 12:33           ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.