#!/bin/bash
#I might implement this later.  But not now.

#FIXME - load variables
#FIXME - add to Makefile and specs

if [ -f /proc/net/ip_fwchains ]; then


elif [ -f /proc/net/ip_input ]; then



fi

