Revision 37803aa5
Added by David Wood almost 10 years ago
usr/local/sbin/ppp-linkup | ||
---|---|---|
35 | 35 |
pfSctl -c "interface newip ${1}" |
36 | 36 |
|
37 | 37 |
elif [ "${2}" == "inet6" ]; then |
38 |
/usr/local/sbin/ppp-ipv6 ${1} up |
|
38 | 39 |
# let the configuration system know that the ipv6 has changed. |
39 | 40 |
echo ${4} |cut -d% -f1 > /tmp/${1}_routerv6 |
40 | 41 |
echo ${3} |cut -d% -f1 > /tmp/${1}_ipv6 |
Also available in: Unified diff
Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkup