]> git.proxmox.com Git - pve-container.git/commit
fix #3140: allow iface suffix on link local dns address
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 24 Nov 2020 12:19:45 +0000 (13:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Nov 2020 12:44:22 +0000 (13:44 +0100)
commit08a58f123595a5ae2644b23b1ac6c28cebb3c526
tree102625dda89a92499090cbb790c87ba13a848fe9
parent85ccb17f9f4a03d3db0699a37af62b0d57dbed77
fix #3140: allow iface suffix on link local dns address

Allows nameserver entries of the form `fe80::1%eth2`

Note that previously the schema allowed domain names here as
well, while only allowing IPs in the hotplug's verification
code.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/LXC.pm
src/PVE/LXC/Config.pm