Re: [libnftnl PATCH] xml: json: Delete a cmpdata label in xml and json file.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux