Skip to content

Commit

Permalink
fix: use iface bond name, not bond0 always in deb bonded tempalte
Browse files Browse the repository at this point in the history
  • Loading branch information
eb-eqm committed Jun 3, 2024
1 parent 6cef1f1 commit 0a82486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ iface {{ iface.name }} inet manual
{% if iface.name != interfaces[0].name %}
pre-up sleep 4
{% endif %}
bond-master bond0
bond-master {{ iface.bond }}
{% endfor %}

{% for bond in bonds | sort %}
Expand Down

0 comments on commit 0a82486

Please sign in to comment.