Commit d91a18e6 authored by nanahira's avatar nanahira

add password

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