Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix setting target port in get_interface_address6 | Sebastian Hahn | 2011-03-05 |
| | | | | | | | We want to use the discard port correctly, so a htons() was missing. Also we need to set it correctly depending on address family. Review provided by danieldg | ||
* | Fix connect() failures in get_interface_address6() | Sebastian Hahn | 2011-03-05 |
The third argument for connect should be dependent on the address family. Issue spotted by piebeer who also wrote the patch. |