diff --git a/neutron/common/ipv6_utils.py b/neutron/common/ipv6_utils.py index 789ada8de96..38a13d74805 100644 --- a/neutron/common/ipv6_utils.py +++ b/neutron/common/ipv6_utils.py @@ -48,7 +48,7 @@ def is_enabled_and_bind_by_default(): LOG.info(_LI("IPv6 not present or configured not to bind to new " "interfaces on this system. Please ensure IPv6 is " "enabled and /proc/sys/net/ipv6/conf/default/" - "disable_ipv6 is set to 1 to enable IPv6.")) + "disable_ipv6 is set to 0 to enable IPv6.")) return _IS_IPV6_ENABLED