lixonet-ee/tinc/tinc-down.tmpl
2020-06-09 16:28:45 +00:00

5 lines
314 B
Cheetah

# Disable IPv4 kernel routing/forwarding for this network
/sbin/iptables -D FORWARD -o \$INTERFACE -d ${network_address}/${global_prefix:-16} -j ACCEPT
{{ if len "${bgp_routes:-}" }}{{ range "$bgp_routes" | split "," }}/sbin/iptables -D FORWARD -o ${internal_interface:-eth0} -d {{.}} -j ACCEPT
{{ end }}{{ end }}