On Thu, Jan 03, 2013 at 11:39:58AM +0100, Ulrich Weber wrote: > correct parsing of IPv6 port NAT without address NAT, > assume one colon as port information. > > Allows: > * address only: > -j DNAT --to affe::1 > -j DNAT --to [affe::1] > > * port only > -j DNAT --to :80 > -j DNAT --to :80-110 > -j DNAT --to []:80 > -j DNAT --to []:80-110 > > * address and port > -j DNAT --to [affe::1]:80 > -j DNAT --to [affe::1]:80-110 Applied, thanks Ulrich. -- 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