mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 02:27:45 +00:00
confile: config_network_ipv6()
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
10da55e4cd
commit
cae8a0f01f
@ -1012,7 +1012,7 @@ static int config_network_ipv6(const char *key, const char *value,
|
||||
char *slash,*valdup;
|
||||
char *netmask;
|
||||
|
||||
if (!value || !strlen(value))
|
||||
if (config_value_empty(value))
|
||||
return lxc_clear_config_item(lxc_conf, key);
|
||||
|
||||
netdev = network_netdev(key, value, &lxc_conf->network);
|
||||
|
Loading…
Reference in New Issue
Block a user