Skip to content

Commit

Permalink
Merge pull request #1 from locationlabs/IG-8517-Add_bond_link_operati…
Browse files Browse the repository at this point in the history
…on_support

IG-8517: added link operation support to bond template
  • Loading branch information
davidmnoriega authored Sep 19, 2019
2 parents fdc6aa2 + e5db59b commit 53dc20f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/bonds.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ iface {{ key }}
{% endif %}
{% if bond.mtu is defined %}
mtu {{ bond.mtu }}
{% endif %}
{% if bond.link is defined %}
{% for link_item, link_value in bond.link|dictsort %}
link-{{ link_item }} {{ link_value }}
{% endfor %}
{% endif %}
bond-miimon 100
bond-lacp-rate 1
Expand Down

0 comments on commit 53dc20f

Please sign in to comment.