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
|