Commit a093195c authored by nanahira's avatar nanahira

fix

parent b4166400
...@@ -61,6 +61,8 @@ iface {{br.name}} inet {{br.type}} ...@@ -61,6 +61,8 @@ iface {{br.name}} inet {{br.type}}
{% if br.links and br.links | length > 0 %} {% if br.links and br.links | length > 0 %}
bridge_ports{% for link in br.links %} {{link}}{% endfor %} bridge_ports{% for link in br.links %} {{link}}{% endfor %}
{% else %}
bridge_ports none
{% endif %} {% endif %}
bridge_stp on bridge_stp on
bridge_maxwait 3 bridge_maxwait 3
......
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