On Fri, Apr 11, 2014 at 10:26:46AM +0200, Ana Rey wrote: > Add a whitespace between the last element in a set and the close braces. > > Old output set: > > set set-test { > type ipv4_address > elements = { 192.168.1.44, 192.168.2.4} > } > > New output set: > set set-test { > type ipv4_address > elements = { 192.168.1.44, 192.168.2.4 } > } > That's actually deliberate. A space is always added before a set member, but never after. -- 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