From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Ana Rey <anarey@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [libnftnl PATCH] xml: json: Delete a cmpdata label in xml and json file.
Date: Mon, 14 Apr 2014 10:49:45 +0200 [thread overview]
Message-ID: <20140414084945.GC6200@localhost> (raw)
In-Reply-To: <95c4de9cafead42b919ac07cca8d4f776ec3751b.1397033299.git.anarey@gmail.com>
On Wed, Apr 09, 2014 at 11:16:19AM +0200, Ana Rey wrote:
> It delete the cmpdata label in the structure of json and xml file.
>
> Example of xmlfile:
>
> The old structure of xml file:
> [...]
> <expr type="cmp">
> <sreg>1</sreg>
> <op>eq</op>
> <cmpdata>
> <data_reg type="value">
> <len>4</len>
> <data0>0x0100a8c0</data0>
> </data_reg>
> </cmpdata>
> </expr>
>
> The new structure of json file:
> [...]
> <expr type="cmp">
> <sreg>1</sreg>
> <op>eq</op>
> <data_reg type="value">
> <len>4</len>
> <data0>0x0100a8c0</data0>
> </data_reg>
> </expr>
> [...]
>
> To generate the new testfiles, It use the option -u of nft-parsing-test
> script.
Applied, thanks.
prev parent reply other threads:[~2014-04-14 8:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-09 9:16 [libnftnl PATCH] xml: json: Delete a cmpdata label in xml and json file Ana Rey
2014-04-14 8:49 ` Pablo Neira Ayuso [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140414084945.GC6200@localhost \
--to=pablo@netfilter.org \
--cc=anarey@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).