[sr-dev] git:master:42f77024: core: fix unused argument in socket_info.c:get_flags

2021-01-05 Thread Paul Komkoff
Module: kamailio Branch: master Commit: 42f7702430c312b2c9caea8f617af4e3719ef12f URL: https://github.com/kamailio/kamailio/commit/42f7702430c312b2c9caea8f617af4e3719ef12f Author: Paul Komkoff Committer: Paul Komkoff Date: 2021-01-05T14:55:11+04:00 core: fix unused argument in

[sr-dev] git:master:d2fd204b: core: work around interface enum buffer overrun

2021-01-05 Thread Paul Komkoff
Module: kamailio Branch: master Commit: d2fd204b0ae35512a04702e480bb0d16878e98be URL: https://github.com/kamailio/kamailio/commit/d2fd204b0ae35512a04702e480bb0d16878e98be Author: Paul Komkoff Committer: Paul Komkoff Date: 2021-01-05T14:55:04+04:00 core: work around interface enum buffer

Re: [sr-dev] [kamailio/kamailio] Fix 2 issues that prevent auto_bind_ipv6 from happening on my setup (#2595)

2021-01-05 Thread Paul Komkoff
@theraphim commented on this pull request. > @@ -1184,6 +1189,16 @@ static int build_iface_list(void) nll = 0; p = buf; while(1) { + // This (and the loop above in get_flags) is + // broken in more than o

Re: [sr-dev] [kamailio/kamailio] Fix 2 issues that prevent auto_bind_ipv6 from happening on my setup (#2595)

2021-01-05 Thread Paul Komkoff
@theraphim pushed 2 commits. d2fd204b0ae35512a04702e480bb0d16878e98be core: work around interface enum buffer overrun 42f7702430c312b2c9caea8f617af4e3719ef12f core: fix unused argument in socket_info.c:get_flags -- You are receiving this because you are subscribed to this thread. View it on

Re: [sr-dev] [kamailio/kamailio] Fix 2 issues that prevent auto_bind_ipv6 from happening on my setup (#2595)

2021-01-04 Thread Paul Komkoff
> Is this fix this issue too? > [#2404 > (comment)](https://github.com/kamailio/kamailio/issues/2404#issuecomment-661060298) > > when used > > ``` > bind_ipv6_link_local=0 > ``` I am not sure. The whole identification code is too convoluted for a casual analysis. If you can apply and test, we'

[sr-dev] [kamailio/kamailio] Fix 2 issues that prevent auto_bind_ipv6 from happening on my setup (#2595)

2021-01-04 Thread Paul Komkoff
Type Of Change - [x] Small bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds new functionality) - [ ] Breaking change (fix or feature that would change existing functionality) Checklist: - [x] PR should be backported to stable branches -