Changeset - 9837860d0e76
[Not reviewed]
0 1 0
Branko Majic (branko) - 16 days ago 2024-09-03 17:05:05
branko@majic.rs
MAR-218: Fix erroneous test for ipv6 address (copy/paste error).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/common/templates/00-base.conf.j2
Show inline comments
 
@@ -97,7 +97,7 @@ domain ip6 {
 
        # Resume processing for allowed source addresses, otherwise drop packets.
 
        chain allowed_sources {
 
            {% for source in maintenance_allowed_sources %}
 
                {% if source is ansible.utils.ipv4_address %}
 
                {% if source is ansible.utils.ipv6_address %}
 
            saddr {{ source }} RETURN;
 
                {% endif %}
 
            {% endfor %}
0 comments (0 inline, 0 general)