Add sources to the multicast net rule.
This commit is contained in:
parent
e0aee06fc8
commit
12f1c03eb2
|
|
@ -227,8 +227,10 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if jgroups_sources is defined %}
|
{% if jgroups_sources is defined %}
|
||||||
{% for s in jgroups_sources %}
|
{% for s in jgroups_sources %}
|
||||||
-A INPUT -d {{ jgroups_multicast_net | default('224.0.0.1') }} -j ACCEPT
|
-A INPUT -s {{ s }} -d {{ jgroups_multicast_net | default('224.0.0.1') }} -j ACCEPT
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% else %}
|
||||||
|
-A INPUT -d {{ jgroups_multicast_net | default('224.0.0.1') }} -j ACCEPT
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue