Marton Greber has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23710 )
Change subject: KUDU-1457 [6/n] Enable IPv6-only mode for webserver ...................................................................... KUDU-1457 [6/n] Enable IPv6-only mode for webserver This patch adds config inside config_options for callers to set socket option i.e. IPV6_V6ONLY. This is useful when webserver is expected to serve only IPv6 requests and refuse any IPv4 request. Also, a couple of unit tests are added to test two scenarios: 1. Webserver running in dual stack mode. Both types of connection requests i.e., IPv4 and IPv6, are accepted by the server. 2. Webserver running in IPv6-only mode. Only one type of connection i.e., IPv6, is accepted by the server. Change-Id: I3db4195c82ee1e7843a3ea84681e080905030eb7 Reviewed-on: http://gerrit.cloudera.org:8080/23710 Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Marton Greber <[email protected]> Tested-by: Marton Greber <[email protected]> --- M thirdparty/download-thirdparty.sh A thirdparty/patches/squeasel-ipv6-only-socket-option.patch 2 files changed, 371 insertions(+), 2 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Marton Greber: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23710 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I3db4195c82ee1e7843a3ea84681e080905030eb7 Gerrit-Change-Number: 23710 Gerrit-PatchSet: 4 Gerrit-Owner: Ashwani Raina <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
