#! /bin/bash -x

BUILTIN_CHAINS="INPUT OUTPUT FORWARD"

cd $(dirname $0);
source core-firewall.sh

${IPTCMD} -L --line-numbers
