#!/bin/sh /etc/rc.common

START='25'

start()
{
	[ -r /etc/iptables ] || return 0
	log 'Loading iptables rules'
	sh /etc/iptables
}