Commit 0c3d28ac authored by nanahira's avatar nanahira

add arp -f

parent 07a0377c
......@@ -23,7 +23,8 @@ initialize_ipset() {
ip rule add pref 80 to {{subnet}} lookup main && \
{% endfor %}
ip rule add pref 80 to 172.16.0.0/12 lookup main && \
iptables-restore --noflush {{ansible_user_dir}}/iptables-gateways
iptables-restore --noflush {{ansible_user_dir}}/iptables-gateways && \
arp -f
true
}
......
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