Commit b9135729 authored by nanahira's avatar nanahira

test babeld with in allow

parent 118d3f33
......@@ -13,6 +13,11 @@ redistribute local deny
reflect-kernel-metric true
local-port-readwrite 33123
{% for subnet in routeLists.mycard %}
in {{subnet}} allow
in deny
{% endfor %}
{% for connection in connections %}
{% if connection.protocol != "null" and not (connection.protocol == "oc" and connection.ocType == "server") and connection.remoteLocalAddress != address %}
{% if connection.inbound %}
......
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