]> git.proxmox.com Git - proxmox-firewall.git/commit
firewall: wait for nft process
authorStefan Hanreich <s.hanreich@proxmox.com>
Fri, 19 Apr 2024 13:00:25 +0000 (15:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Apr 2024 17:41:23 +0000 (19:41 +0200)
commit7438bb262ab0903c56eb58baaf69408c519b45ee
tree712a66dd9fa184529b1a56bb7e773bc3f53bb211
parent11954b1a08fc1f536c897c7811e4810e9bd1f4e3
firewall: wait for nft process

NftClient never waits for the child process to terminate leading to
defunct leftover processes.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
proxmox-nftables/src/client.rs