]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/winnet.c
Support explicit IPv6 source addresses in Windows port forwarding.
authorSimon Tatham <anakin@pobox.com>
Sat, 25 Jan 2014 15:58:59 +0000 (15:58 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 25 Jan 2014 15:58:59 +0000 (15:58 +0000)
commit5a5ef64a30f5d96973811440b958b47f489ebf6c
treea8799eb599e3f95a94df7324b6d5947bf179eee3
parent2b70f39061303796261dea3455964a888fbd1016
Support explicit IPv6 source addresses in Windows port forwarding.

There's been a long-standing FIXME in Windows's sk_newlistener which
says that in IPv6 mode, an explicit source address (e.g. from a
command-line option of the form -L srcaddr:12345:dest:22) is ignored.
Now it's honoured if possible.

[originally from svn r10122]
windows/winnet.c