Commit b12851b3 authored by nanahira's avatar nanahira

fix

parent 35f83424
...@@ -51,7 +51,7 @@ protocol ospf v2 { ...@@ -51,7 +51,7 @@ protocol ospf v2 {
{% if connection.outbound %} {% if connection.outbound %}
cost {{connection.metric}}; cost {{connection.metric}};
{% else %} {% else %}
cost 99999; cost 50000;
{% endif %} {% endif %}
hello 5; hello 5;
}; };
......
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