[pve-devel] [PATCH 0/2] pve-manager: ipv6 support for pveproxy

Wolfgang Bumiller w.bumiller at proxmox.com
Fri May 8 12:36:27 CEST 2015


HTTPServer now uses the unpack_sockaddr_in{,6} wrapper provided by the previous
patch set for pve-common's Tools.pm to successfully unpack ipv6 addresses, it
can now successfully serve sites to ipv6 clients.

pveproxy now resolves its own nodename in order to decide whether to listen on
ipv4 or ipv6. (Which means its /etc/hosts entry now decides)

Wolfgang Bumiller (2):
  HTTPServer.pm: accept ip6 connections
  listen on ipv6 if the node's hostname resolves to ipv6

 PVE/HTTPServer.pm | 4 ++--
 bin/pveproxy      | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

-- 
2.1.4





More information about the pve-devel mailing list