mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 15:18:05 +02:00
dceafb31b9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6429 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
NAME=ipsec
|
|
CTLFILE="/var/run/pluto.ctl"
|
|
|
|
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] || exit
|
|
|
|
[ -e "$CTLFILE" ] || exit
|
|
|
|
/etc/init.d/ipsec restart
|