Re: [libnftnl PATCH] xml: json: Delete an immediatedate 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: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.
--
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