]> git.proxmox.com Git - pve-common.git/commit - src/PVE/Network.pm
fix #4299: network : disable_ipv6: fix path checking
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 19 Oct 2022 22:24:29 +0000 (00:24 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 16 Jan 2023 09:42:06 +0000 (10:42 +0100)
commit2e3fd24d1ac479d30a8713dbd14e8117ebee2fb6
treeef64548099d5a223cfd27b9bdf07a7d220fd39e2
parent7a48f55a8f054f23260a30837feb2bbe198dfa45
fix #4299: network : disable_ipv6: fix path checking

It's possible to have a
/proc/sys/net/ipv6/ directory

but no
/proc/sys/net/ipv6/conf/$iface/disable_ipv6

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
src/PVE/Network.pm