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

physical=`echo "$DEVICE" | cut -c 1-4`
[ "$physical" = "wan-" ] || return

/etc/init.d/pptp_l2l_dout wan_changed $INTERFACE $ACTION
