#!/bin/sh -e

sysctl net.ipv4.ip_forward=0

iptables -w -D FORWARD -j CORRIDOR_FILTER
iptables -w -F CORRIDOR_FILTER
iptables -w -X CORRIDOR_FILTER
