Seems a container-related stuff. Even on podman. Running the same on a standard
machine w/o ipv6 enabled work as expected, even with the `auto_bind_ipv6` flag
on.
What happens is that the netlink message `RTM_GETADDR` with AF_INET6 type get
sent correctly, but kamailio is stuck on waiting (in socket_info.c). A quick
test shows that enabling the non blocking flag on the netlink socket, the
`recv` on the above message will fail with `EWOULDBLOCK` (but not on AF_INET
type)
Now, I'm not an expert on such matter and right now don't know what is the best
approach :thinking:
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4098#issuecomment-2578061830
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4098/2578061...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!