Hi all, Here are a few fixes to IPv6 support in relayd.
When trying to start the relayd using an IPv6 address, the relayd simply segfaulted. The first patch fix this issue. The second patch fix a wrong domain value used in the socket() call for the IPv6 socket causing a "Address family not supported by protocol" error when calling bind(). Thanks, Christian Christian Babeux (2): Fix: Off by one in lttcomm_sock_domain enum Fix: Wrong domain used when initializing IPv6 sockets src/common/sessiond-comm/inet6.c | 2 +- src/common/sessiond-comm/sessiond-comm.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- 1.7.11.4 _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
