diff --git a/templates/config.yml.j2 b/templates/config.yml.j2 index beb4efc..0721703 100644 --- a/templates/config.yml.j2 +++ b/templates/config.yml.j2 @@ -118,6 +118,9 @@ logging: disable_timestamp: {{ nebula_logging_disable_timestamp }} firewall: +{% if nebula_default_local_cidr_any is defined %} + default_local_cidr_any: {{ default_local_cidr_any }} +{% endif %} {% if nebula_firewall_outbound_action is defined %} outbound_action: {{ nebula_firewall_outbound_action }} {% endif %}