#!/bin/sh

[ "$ACTION"x != "ifup"x ] && return;

#allow forward
echo 1 >> /proc/sys/net/ipv4/conf/$DEVICE/forwarding
