Commit f3c29e81 authored by nanahira's avatar nanahira

delay

parent 64f45bb7
......@@ -30,12 +30,14 @@ network:
- '{{link}}'
{% endfor %}
parameters:
mode: '{{bond.mode}}'
{% if bond.mode == "802.3ad" %}
mode: {{bond.mode}}
{% if bond.mode == 4 or bond.mode == "802.3ad" %}
lacp-rate: fast
min-links: 1
transmit-hash-policy: {{ bond.hash_policy | default('layer2+3') }}
mii-monitor-interval: 100
up-delay: 200
down-delay: 200
{% endif %}
dhcp4: 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