]> git.proxmox.com Git - pve-container.git/commitdiff
hwaddr: improve property description
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 7 May 2016 09:08:44 +0000 (11:08 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 7 May 2016 09:08:44 +0000 (11:08 +0200)
src/PVE/LXC/Config.pm

index 9ca364b1beda9bd32964fd7f1fc41f2cb1903b6e..bf10b1cdbfad151f314974363e4c78f9ff1b60a9 100644 (file)
@@ -435,7 +435,7 @@ our $netconf_desc = {
     hwaddr => {
        type => 'string',
        format_description => 'MAC',
-       description => 'Bridge to attach the network device to. (lxc.network.hwaddr)',
+        description => 'The interface MAC address. This is dynamically allocated by default, but you can set that statically if needed, for example to always have the same link-local IPv6 address. (lxc.network.hwaddr)',
        pattern => qr/(?:[a-f0-9]{2}:){5}[a-f0-9]{2}/i,
        optional => 1,
     },