[pve-devel] applied-series: [PATCH network 0/3] smaller fixes and clean-ups
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Mar 6 10:18:15 CET 2025
To bugs got noticed by Fiona, namely missing use statements – which was
not relevant in practice, but still good to have them correct as it
easily can cause "spooky actions at a distance" when changing things
elsewhere. The other one was a conditional use-statement, which is
always a rather nasty bug that caused that the previously encoded data
from the last call to this method was kept if no new one was passed.
The third one is a clean-up of duplicated code in the PowerDNS
integration plugin.
All three patches already applied to git master branch.
Thomas Lamprecht (3):
fix missing use statements in core SDN module
api request helper: fix conditional declaration
ipam dns: powerdns integration: factor out common API request code
src/PVE/Network/SDN.pm | 14 +++--
src/PVE/Network/SDN/Dns/PowerdnsPlugin.pm | 77 ++++++-----------------
2 files changed, 28 insertions(+), 63 deletions(-)
--
2.39.5
More information about the pve-devel
mailing list