Commit 71d97e47 authored by nanahira's avatar nanahira

persist

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