#!/bin/bash

. /etc/exorint.funcs

METRIC=`exorint_iface_metric $PPP_IFACE`
/sbin/ip route add default dev $PPP_IFACE metric ${METRIC}
