Browse Source
Merge pull request #15339 from pprindeville/strongswan-reset-ipsec.conf
strongswan: remove synthesized ipsec conf files
lilik-openwrt-22.03
Philip Prindeville
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
1 deletions
-
net/strongswan/Makefile
-
net/strongswan/files/ipsec.init
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=strongswan |
|
|
|
PKG_VERSION:=5.9.1 |
|
|
|
PKG_RELEASE:=6 |
|
|
|
PKG_RELEASE:=7 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
|
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/ |
|
|
|
|
|
@ -331,6 +331,12 @@ reload_service() { |
|
|
|
start |
|
|
|
} |
|
|
|
|
|
|
|
stop_service() { |
|
|
|
ipsec_reset |
|
|
|
swan_reset |
|
|
|
secret_reset |
|
|
|
} |
|
|
|
|
|
|
|
check_ipsec_interface() { |
|
|
|
local intf |
|
|
|
|
|
|
|