On Tue, Jan 14, 2014 at 08:25:56PM +0100, Ana Rey wrote: > There is a problem with the follow ipv6 address combination: > > nft add rule ip6 t_ip61 filter-input ip6 saddr ::1234:1234:1234:1234:1234:1234:1234 > > 1234::1234:1234:1234:1234:1234:1234 > 1234:1234::1234:1234:1234:1234:1234 > 1234:1234:1234::1234:1234:1234:1234 > 1234:1234:1234:1234::1234:1234:1234 > 1234:1234:1234:1234:1234::1234:1234 > ::1234:1234:1234:1234:1234:1234 > 1234::1234:1234:1234:1234:1234 > 1234:1234::1234:1234:1234:1234 > 1234:1234:1234::1234:1234:1234 > 1234:1234:1234:1234::1234:1234 > ::1234:1234:1234:1234:1234 > 1234::1234:1234:1234:1234 > 1234:1234::1234:1234:1234 > 1234:1234:1234::1234:1234 > ::1234:1234:1234:1234 > 1234::1234:1234:1234 > 1234:1234::1234:1234 > ::1234:1234:1234 > 1234::1234:1234 > > The problem was in the scanner (src/scanner.l). Several brackets were missed > and the result was an incorrect interpretation. > > Fix it by adding some brackets in a regular expression in src/scanner.l > > Signed-off-by: Ana Rey <anarey@xxxxxxxxx> Applied, 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