Module: kamailio Branch: master Commit: 424ac4dba745dd728e225895f9fb40e287ec365f URL: https://github.com/kamailio/kamailio/commit/424ac4dba745dd728e225895f9fb40e287ec365f
Author: Christian Kuehnke <[email protected]> Committer: Christian Kuehnke <[email protected]> Date: 2015-12-16T18:47:36+01:00 core: rewrite add_interfaces() with getifaddrs() based implementation To make IPV6 work with Solaris, add_interfaces() had to be modified. I decided to reimplement it with a getifaddrs() based implementation, which is available from Solaris 11 upwards, and also on FreeBSD and Linux. By default, the latter continues to use the netlink based variant. --- Modified: Makefile.defs Modified: socket_info.c --- Diff: https://github.com/kamailio/kamailio/commit/424ac4dba745dd728e225895f9fb40e287ec365f.diff Patch: https://github.com/kamailio/kamailio/commit/424ac4dba745dd728e225895f9fb40e287ec365f.patch _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
