Hello Alexey Serbin, Zoltan Martonka, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23710
to look at the new patch set (#3).
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
---
M thirdparty/download-thirdparty.sh
A thirdparty/patches/squeasel-ipv6-only-socket-option.patch
2 files changed, 371 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/10/23710/3
--
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: newpatchset
Gerrit-Change-Id: I3db4195c82ee1e7843a3ea84681e080905030eb7
Gerrit-Change-Number: 23710
Gerrit-PatchSet: 3
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: Zoltan Martonka <[email protected]>