commit | 3de49f8951d8ea4401b0a8ec053fd51d6f309cbe | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sun Feb 10 22:25:24 2008 +1100 |
committer | Damien Miller <djm@mindrot.org> | Sun Feb 10 22:25:24 2008 +1100 |
tree | 45b7de900695d492b53bdd9d74afdcccb35a6c3f | |
parent | cb2fbb240718d7ca861f4d283711d6a54bc7a714 [diff] |
- djm@cvs.openbsd.org 2008/01/19 23:02:40 [channels.c] When we added support for specified bind addresses for port forwards, we added a quirk SSH_OLD_FORWARD_ADDR. There is a bug in our handling of this for -L port forwards that causes the client to listen on both v4 and v6 addresses when connected to a server with this quirk, despite having set 0.0.0.0 as a bind_address. report and patch from Jan.Pechanec AT Sun.COM; ok dtucker@