diff --git a/packetnetworking/distros/debian/templates/bonded/etc_network_interfaces.j2 b/packetnetworking/distros/debian/templates/bonded/etc_network_interfaces.j2 index 20a7fea..0ea014d 100644 --- a/packetnetworking/distros/debian/templates/bonded/etc_network_interfaces.j2 +++ b/packetnetworking/distros/debian/templates/bonded/etc_network_interfaces.j2 @@ -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 %}