Re: [nft PATCH 1/3] tests: Add test cases for nested anonymous sets

2017-03-22 Thread Pablo Neira Ayuso
On Wed, Mar 22, 2017 at 01:26:34AM +0100, Phil Sutter wrote: > This makes sure nesting of anonymous sets works regardless of whether > defines are used or not. As a side-effect, it also checks that overlap > checking when IP address prefixes are used, works. Applied, thanks. -- To unsubscribe from

[nft PATCH 1/3] tests: Add test cases for nested anonymous sets

2017-03-21 Thread Phil Sutter
This makes sure nesting of anonymous sets works regardless of whether defines are used or not. As a side-effect, it also checks that overlap checking when IP address prefixes are used, works. Signed-off-by: Phil Sutter --- tests/py/ip/sets.t | 4 +++ tests/py/ip/sets.t.pay