Commit 71d97e47 authored by nanahira's avatar nanahira

persist

parent fc8e1a79
...@@ -24,6 +24,7 @@ protocol kernel { ...@@ -24,6 +24,7 @@ protocol kernel {
ipv4 { ipv4 {
export where net != 0.0.0.0/0; export where net != 0.0.0.0/0;
}; };
persist;
#kernel table main; #kernel table main;
} }
protocol kernel { protocol kernel {
...@@ -44,6 +45,7 @@ protocol kernel { ...@@ -44,6 +45,7 @@ protocol kernel {
table {{plan.name}}; table {{plan.name}};
export all; export all;
}; };
persist;
kernel table {{plan.destMark}}; kernel table {{plan.destMark}};
} }
{% endfor %} {% endfor %}
......
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