From 6c452777413ba48d80fceef36f537f904fb5aa51 Mon Sep 17 00:00:00 2001 From: David Wood Date: Sun, 11 Oct 2015 17:23:04 +0100 Subject: Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkup --- src/usr/local/sbin/ppp-linkup | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/local/sbin/ppp-linkup') diff --git a/src/usr/local/sbin/ppp-linkup b/src/usr/local/sbin/ppp-linkup index e6604a3..76936b4 100755 --- a/src/usr/local/sbin/ppp-linkup +++ b/src/usr/local/sbin/ppp-linkup @@ -37,6 +37,7 @@ if [ "${2}" == "inet" ]; then pfSctl -c "interface newip ${1}" elif [ "${2}" == "inet6" ]; then + /usr/local/sbin/ppp-ipv6 ${1} up # let the configuration system know that the ipv6 has changed. echo ${4} |cut -d% -f1 > /tmp/${1}_routerv6 echo ${3} |cut -d% -f1 > /tmp/${1}_ipv6 -- cgit v1.1