]> git.puffer.fish Git - mirror/pve-network.git/commit
network reload: fix UPID parsing
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 20 Apr 2023 21:36:22 +0000 (23:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 08:23:57 +0000 (10:23 +0200)
commit0626bbf7b3c4d3c92f4af868f2924a46354effb7
tree6ebf5bc2d4df98ff7b45c667cc7fc1b25be26106
parentde4e2b9cf404af8423e08bc026e76d92e308109c
network reload: fix UPID parsing

When warning or error from ifreload are logged they are received in
1 line in result of pvesh.

So, the UPID might not always start at the beginning, which was
assumed by the old code, failing parsing it, throwing a warning like:

> Use of uninitialized value $upid in pattern match (m//) at /usr/share/perl5/PVE/Tools.pm line 1106.
> Use of uninitialized value $upid in concatenation (.) or string at /usr/share/perl5/PVE/Tools.pm line 1120.

Drop the start anchor of the regex.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/API2/Network/SDN.pm