Commit f3c29e81 authored by nanahira's avatar nanahira

delay

parent 64f45bb7
...@@ -30,12 +30,14 @@ network: ...@@ -30,12 +30,14 @@ network:
- '{{link}}' - '{{link}}'
{% endfor %} {% endfor %}
parameters: parameters:
mode: '{{bond.mode}}' mode: {{bond.mode}}
{% if bond.mode == "802.3ad" %} {% if bond.mode == 4 or bond.mode == "802.3ad" %}
lacp-rate: fast lacp-rate: fast
min-links: 1 min-links: 1
transmit-hash-policy: {{ bond.hash_policy | default('layer2+3') }} transmit-hash-policy: {{ bond.hash_policy | default('layer2+3') }}
mii-monitor-interval: 100 mii-monitor-interval: 100
up-delay: 200
down-delay: 200
{% endif %} {% endif %}
dhcp4: false dhcp4: false
dhcp6: false dhcp6: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment