]> git.proxmox.com Git - pve-container.git/commit
CT modification: fix hostname/DNS perm check
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 15 Jun 2023 07:30:06 +0000 (09:30 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 15 Jun 2023 07:30:06 +0000 (09:30 +0200)
commitcb3eb6068631b3bd2bd2a9e76d7e4a3b0f48a7e3
tree1a940b40a03e8235a85eed4890fd9260d341c79b
parent20c19951cf9e39f401147b57d1bb7aaa43fc5716
CT modification: fix hostname/DNS perm check

the old broken code tried to parse the hostname, searchdomain and nameserver
options as guest NIC, which obviously cannot work.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/LXC.pm