Commit d91a18e6 authored by nanahira's avatar nanahira

add password

parent 19d5b19d
......@@ -73,6 +73,8 @@ protocol ospf v2 {
cost 50000;
{% endif %}
hello 5;
authentication cryptographic;
password "{{ospfToken}}";
};
{% endif %}
{% endfor %}
......@@ -82,6 +84,8 @@ protocol ospf v2 {
type broadcast;
cost 1;
hello 5;
authentication cryptographic;
password "{{ospfToken}}";
};
{% endfor %}
......
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