On 05/14/2012 11:15 AM, Willy Tarreau wrote:
> IPv4 addresses can be cast to IPv6 addresses, so if you need to store
> both IPv4 and IPv6 addresses, just use the IPv6 one and your IPv4 entries
> will automatically be converted when stored :
> 
>     backend some_backend
>          #### BEGIN: Session stickyness
>          stick on src table STICK_some_backend
>  
>     backend STICK_some_backend
>       stick-table type ipv6 size 200k expire 2h

Thanks alot, tried and works! Smooth upgrade!

Best regards, Brane

Reply via email to