Commit d43533a5 authored by nanahira's avatar nanahira

Merge branch 'gwgroup' of git.mycard.moe:mycard/network into gwgroup

parents 6b850cc9 6b3f5315
......@@ -21,15 +21,15 @@ protocol direct {
{% endfor %}
protocol kernel {
learn;
ipv4 {
export all;
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