#!/bin/sh
# need to disable forwarding to receive RAs
sysctl -w net.ipv6.conf.$PPP_IFACE.forwarding = 0
ip -6 route add default via $PPP_REMOTE dev $PPP_IFACE
