Re: [PATCH v2] nftables: Fix list of sets by family

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

 



On Fri, Mar 28, 2014 at 12:40:31PM +0100, Ana Rey wrote:
> Fix the result of command line 'nft list sets FAMILY'. It shows the
> following error message:
> 
> "Error: syntax error, unexpected end of file, expecting string"
> 
> Now, it is possible shows right this information:
> 
> $ sudo nft -nna list sets ip
> 	set set_test {
> 		type ipv4_address
> 		elements = { 192.168.3.45, 192.168.3.43, 192.168.3.42, 192.168.3.4}
> 	}
> 	set set_test2 {
> 		type ipv4_address
> 		elements = { 192.168.3.43, 192.168.3.42, 192.168.3.4}
> 	}
> 	set set0 {
> 		type ipv4_address
> 		flags constant
> 		elements = { 127.0.0.12, 12.11.11.11}
> 	}
> 
> Signed-off-by: Ana Rey <anarey@xxxxxxxxx>

Applied, thanks Ana.
--
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