]> git.proxmox.com Git - pve-network.git/commit
controllers: fix interfacing with read_etc_network_interfaces
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 29 Nov 2023 10:37:05 +0000 (11:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 29 Nov 2023 11:48:24 +0000 (12:48 +0100)
commita0216bf276b27618248f364cae636f8c3a35a0fc
tree6e7299f98b43586ba8117e81fdde5b992d55f5f8
parent677e12cacf06ec0a9476677760051c03ee11a730
controllers: fix interfacing with read_etc_network_interfaces

While not used currently in the parser, passing 1 as file name still
makes no sense, and we might want to rework that in general, as why
does this have to use the non-inotify read path and manually open the
file.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Network/SDN/Controllers.pm