Re: [nft PATCH] py: Adjust Nftables class to output flags changes

2018-10-31 Thread Pablo Neira Ayuso
On Wed, Oct 31, 2018 at 01:53:16PM +0100, Phil Sutter wrote: > Introduce setter/getter methods for each introduced output flag. Ignore > NFT_CTX_OUTPUT_NUMERIC_ALL for now since it's main purpose is for > internal use. > > Adjust the script in tests/py accordingly: Due to the good defaults, >

[nft PATCH] py: Adjust Nftables class to output flags changes

2018-10-31 Thread Phil Sutter
Introduce setter/getter methods for each introduced output flag. Ignore NFT_CTX_OUTPUT_NUMERIC_ALL for now since it's main purpose is for internal use. Adjust the script in tests/py accordingly: Due to the good defaults, only numeric proto output has to be selected - this is not a must, but