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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to