summaryrefslogtreecommitdiffstats
path: root/src/usr/local/sbin/ppp-linkup
diff options
context:
space:
mode:
authorDavid Wood <david@wood2.org.uk>2015-10-11 17:23:04 +0100
committerDavid Wood <david@wood2.org.uk>2015-10-11 18:32:18 +0100
commit6c452777413ba48d80fceef36f537f904fb5aa51 (patch)
treef697f028194dc181794fe52868d2d1c5eb3ad807 /src/usr/local/sbin/ppp-linkup
parent05a73e0e3121dca6cff0f5fdb70eadb6ccb62213 (diff)
downloadpfsense-6c452777413ba48d80fceef36f537f904fb5aa51.zip
pfsense-6c452777413ba48d80fceef36f537f904fb5aa51.tar.gz
Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkup
Diffstat (limited to 'src/usr/local/sbin/ppp-linkup')
-rwxr-xr-xsrc/usr/local/sbin/ppp-linkup1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud