From 5aa3105d30402c065fbcb6e2e48402b4a2b47065 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 2 Jul 2024 20:28:31 -0700 Subject: [PATCH] add new option for v1.9.X series --- templates/config.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) 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 %}