projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Entry point is now configurable via a Makefile variable. Entry point is detected...
[openwrt.git]
/
package
/
strongswan
/
files
/
ipsec.iface
1
NAME=ipsec
2
CTLFILE="/var/run/pluto.ctl"
3
4
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] || exit
5
6
[ -e "$CTLFILE" ] || exit
7
8
/etc/init.d/ipsec restart
This page took
0.04752 seconds
and
5
git commands to generate.