Attention is currently required from: pespin.
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-mgw/+/29638 )
Change subject: osmux: Use setsockopt(IPV6_V6ONLY) on IPv6 socket
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
Strange, when I run this in TTCN3 MGW_Tests docker
setup, the sockopt fails with EINVAL: […]
The kernel knows two conditions for
returning EINVAL here:
* optlen < sizeof(int) (clearly not the case
* inet_sk(sk)->inet_num (the socket already is ipv6 or ipv4 only)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/29638
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I0b120d016ff32369a8c077b601ec168928c38f0b
Gerrit-Change-Number: 29638
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 06 Oct 2022 10:43:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment