Commit 6b3f5315 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update bird.conf.j2

parent af164d38
......@@ -21,15 +21,15 @@ protocol direct {
{% endfor %}
protocol kernel {
learn;
ipv4 {
import where net = 0.0.0.0/0;
export where net != 0.0.0.0/0;
};
#kernel table main;
}
protocol kernel {
ipv6 { export all; };
#ipv6 { export all; };
}
{% for plan in routePlans %}
ipv4 table {{plan.name}};
protocol static {
......
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