Commit 7d5d85ae authored by nanahira's avatar nanahira

update babeld

parent b8d4cac0
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# debug 1 # debug 1
# router-id 00:00:00:00:00:00:00:03 # router-id 00:00:00:00:00:00:00:03
pid-file ”“
redistribute local ip 10.198.0.0/24 redistribute local ip 10.198.0.0/24
{% for subnet in localSubnets %} {% for subnet in localSubnets %}
redistribute ip {{subnet}} redistribute ip {{subnet}}
...@@ -21,5 +22,5 @@ interface {{connection.name}} type tunnel rxcost 50000 faraway true link-quality ...@@ -21,5 +22,5 @@ interface {{connection.name}} type tunnel rxcost 50000 faraway true link-quality
{% endfor %} {% endfor %}
{% for interface in lanInterfaces %} {% for interface in lanInterfaces %}
interface {{interface}} interface {{interface}} type wired
{% 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