On 24.03.21 14:20, Oguz Bektas wrote: > see [0] > when we set 'Domain' to PF_INET6 by default, it will prefer IPv6. since > we don't set 'V6Only' it will also listen on IPv4 interfaces. > > 'Family' parameter isn't needed anymore. > > this change depends on the changes in pve-manager and pve-http-server to > work correctly. > > [0]: > https://perldoc.perl.org/IO::Socket::IP#REPLACING-IO::Socket-DEFAULT-BEHAVIOUR > > Signed-off-by: Oguz Bektas <[email protected]> > --- > v3->v4: > * remove $family parameter > > src/PVE/Daemon.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >
applied, thanks! but please do not send new patch versions to a sub-thread with in-reply-to, that's in general just easier to overlook and thus get lost and harder to piece together a series on applying. General note: the pveproxy needs to be restarted, not reloaded, for this change to be applied. Was a bit thrown off by that, as installing this and the updated pve-manager package only triggered a reload and the process kept listening on the "old" local address (0.0.0.0:8006) vs. the always-correctâ„¢ *:8006 one _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
