Commit bce955f1 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update babeld.conf.j2

parent 0015ea0a
...@@ -10,7 +10,7 @@ redistribute local deny ...@@ -10,7 +10,7 @@ redistribute local deny
reflect-kernel-metric true reflect-kernel-metric true
{% for connection in connections %} {% for connection in connections %}
{% if connection.protocol != "null" and connection.remoteLocalAddress != address %} {% if connection.protocol != "null" and not (connection.protocol == "oc" and connection.ocType == "server") and connection.remoteLocalAddress != address %}
interface {{connection.name}} type tunnel rxcost {{connection.metric}} faraway true rtt-max 500 interface {{connection.name}} type tunnel rxcost {{connection.metric}} faraway true rtt-max 500
{% endif %} {% endif %}
{% 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