#!/bin/sh /etc/rc.common # Copyright (C) 2006-2011 OpenWrt.org START=95 start() { echo debug=3 >/dev/natflow_ctl echo disabled=0 >/dev/natflow_ctl } stop() { echo disabled=1 >/dev/natflow_ctl }