Find a file
Alexandre Derumier 0626bbf7b3 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>
2023-06-06 10:23:57 +02:00
debian bump version to 0.8.0 2023-05-25 18:18:57 +02:00
src network reload: fix UPID parsing 2023-06-06 10:23:57 +02:00
Makefile buildsys: derive upload dist automatically 2023-05-25 18:18:57 +02:00