Module: kamailio
Branch: master
Commit: 424ac4dba745dd728e225895f9fb40e287ec365f
URL:
https://github.com/kamailio/kamailio/commit/424ac4dba745dd728e225895f9fb40e…
Author: Christian Kuehnke <christian(a)kuehnke.de>
Committer: Christian Kuehnke <christian(a)kuehnke.de>
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/424ac4dba745dd728e225895f9fb40e…
Patch:
https://github.com/kamailio/kamailio/commit/424ac4dba745dd728e225895f9fb40e…