]> git.proxmox.com Git - pve-network.git/commit
add DNS plugin
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 5 Oct 2020 15:08:52 +0000 (17:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Oct 2020 16:12:38 +0000 (18:12 +0200)
commitee4f339e8026c7dbe793e112bdcb5b1981c6a66e
tree3efef498011e00bd4acb404e5dc7b482c0943f80
parent70b035064290a014759ce62e0093df00cd7d62fe
add DNS plugin

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
12 files changed:
PVE/API2/Network/SDN.pm
PVE/API2/Network/SDN/Dns.pm [new file with mode: 0644]
PVE/API2/Network/SDN/Makefile
PVE/Network/SDN/Dns.pm [new file with mode: 0644]
PVE/Network/SDN/Dns/Makefile [new file with mode: 0644]
PVE/Network/SDN/Dns/Plugin.pm [new file with mode: 0644]
PVE/Network/SDN/Dns/PowerdnsPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/Ipams/Plugin.pm
PVE/Network/SDN/Makefile
PVE/Network/SDN/SubnetPlugin.pm
PVE/Network/SDN/Subnets.pm
PVE/Network/SDN/Vnets.pm