]> git.proxmox.com Git - pve-container.git/commit - src/PVE/LXC.pm
don't try to add 'dhcp' or 'auto' as ip addresses
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 30 Jul 2015 08:53:59 +0000 (10:53 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 30 Jul 2015 09:41:00 +0000 (11:41 +0200)
commit6178b0dd6abb12daa8e17b71e83230de37db6466
treecd46f7a656debe3ccef3164e8bde5b90d75699c7
parentbe6383d7e19d4339a826aa10753ca2f3820fd363
don't try to add 'dhcp' or 'auto' as ip addresses

The live ip address updating of running containers needs to
deal with dhcp and slaac settings by not trying to add these
keywords as ip addresses via the ip command.

(And fixing a typo...)
src/PVE/LXC.pm