All of lore.kernel.org
 help / color / mirror / Atom feed
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 an immediatedate label in xml and json file.
Date: Mon, 14 Apr 2014 10:49:55 +0200	[thread overview]
Message-ID: <20140414084955.GD6200@localhost> (raw)
In-Reply-To: <8a18f44c02d37f6035ea2d14c6aeea28ebfa7a6e.1397033348.git.anarey@gmail.com>

On Wed, Apr 09, 2014 at 11:16:54AM +0200, Ana Rey wrote:
> It deletes the immediatedata label in the structure of json and xml file.
> 
> Example of the old structure of xmlfile:
> <nftables>
> 	<rule>
> 		<family>ip</family>
> 		<table>filter</table>
> 		<chain>input</chain>
> 		<handle>32</handle>
> 		<expr type="immediate">
> 			<dreg>0</dreg>
> 			<immediatedata>
> 				<data_reg type="verdict">
> 					<verdict>accept</verdict>
> 				</data_reg>
> 			</immediatedata>
> 		</expr>
> 	</rule>
> </nftables>
> 
> Example of the new structure of xmlfile:
> <nftables>
> 	<rule>
> 		<family>ip</family>
> 		<table>filter</table>
> 		<chain>input</chain>
> 		<handle>32</handle>
> 		<expr type="immediate">
> 			<dreg>0</dreg>
> 			<data_reg type="verdict">
> 				<verdict>accept</verdict>
> 			</data_reg>
> 		</expr>
> 	</rule>
> </nftables>
> 
> To generate the new testfiles, It use the option -u of nft-parsing-test
> script.

Also applied, thanks.

      parent reply	other threads:[~2014-04-14  8:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-09  9:16 [libnftnl PATCH] xml: json: Delete an immediatedate label in xml and json file Ana Rey
2014-04-09 14:06 ` Arturo Borrero Gonzalez
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=20140414084955.GD6200@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 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.