#!/bin/sh

[ "$ACTION" = "ifup" ] && {
	/etc/init.d/route if_changed $INTERFACE
	/etc/init.d/route6 if_changed $INTERFACE
}
