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