summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin/ovpn-linkup
blob: f962ac2d569b43758ce88d7fd594facb7e9bb2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# write nameservers to file needs dns fidnings?!

# let the configuration system know that the ip has changed.
#/usr/local/sbin/pfSctl -c "interface newip $interface"
/bin/echo $4 > /tmp/$1_router
/usr/bin/touch /tmp/$1up
# reload filter 
/usr/local/sbin/pfSctl -c "interface newip $1"
exit 0
OpenPOWER on IntegriCloud