On Fri, Mar 28, 2014 at 08:57:54AM +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" > > Use set_print function to show the list of set by family (ip, ip6, arp, > bridge). > > The set_print function is used in the following command line: > * sudo nft list table FAMILY table_name > * sudo nft list set FAMILY table_name set_name > * sudo nft list sets FAMILY > > In 'nft list table FAMILY table_name' and 'nft list set FAMILY > table_name set_name' command line is necessary a extra indent that is > not necessary in 'nft list sets FAMILY'. > > Thus, It fixes this indent problem in the set_print function and now, it is > possible show right this information: These are two unrelated changes. Regarding the indentation, Arturro has a patch that will also fix this in a more general way. Please seperate the grammar fix and submit this patch, we'll fix the indentation with Arturro's monitor feature. 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