Unverified Commit 5a13de15 by Christian Brauner Committed by Stéphane Graber

confile: config_network_ipv6_gateway()

parent ca8c9a2f
......@@ -994,7 +994,7 @@ static int config_network_ipv6_gateway(const char *key, const char *value,
free(netdev->ipv6_gateway);
if (!value || strlen(value) == 0) {
if (config_value_empty(value)) {
netdev->ipv6_gateway = NULL;
} else if (!strcmp(value, "auto")) {
netdev->ipv6_gateway = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment