diff options
author | David Wood <david@wood2.org.uk> | 2015-10-11 17:23:04 +0100 |
---|---|---|
committer | David Wood <david@wood2.org.uk> | 2015-10-11 18:32:18 +0100 |
commit | 6c452777413ba48d80fceef36f537f904fb5aa51 (patch) | |
tree | f697f028194dc181794fe52868d2d1c5eb3ad807 /src/usr/local/sbin/ppp-linkup | |
parent | 05a73e0e3121dca6cff0f5fdb70eadb6ccb62213 (diff) | |
download | pfsense-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-x | src/usr/local/sbin/ppp-linkup | 1 |
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 |