mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:49:42 +02:00
079261ca7b
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8577 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
NAME=ipsec
|
|
CTLFILE="/var/run/pluto.ctl"
|
|
|
|
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] || exit
|
|
|
|
[ -e "$CTLFILE" ] || exit
|
|
|
|
/etc/init.d/ipsec update
|