Add iptables_backend to weave options (#6639)

This commit is contained in:
Florian Ruynat
2020-09-10 12:49:52 +02:00
committed by GitHub
parent 040dda37ed
commit 1712ba1198
3 changed files with 10 additions and 0 deletions

View File

@@ -163,6 +163,10 @@ items:
{% if weave_status_addr %}
- name: WEAVE_STATUS_ADDR
value: "{{ weave_status_addr }}"
{% endif %}
{% if weave_iptables_backend %}
- name: IPTABLES_BACKEND
value: "{{ weave_iptables_backend }}"
{% endif %}
- name: WEAVE_MTU
value: "{{ weave_mtu | int }}"