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

Update bird.conf.j2

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