mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-20 07:24:36 +01:00
3e2b718c4c
SVN-Revision: 8577
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
|