mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
strongswan: Add missing declarations in swanctl
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=strongswan
|
||||
PKG_VERSION:=5.9.14
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
|
||||
|
||||
@@ -428,7 +428,9 @@ config_remote() {
|
||||
local gateway
|
||||
local local_sourceip
|
||||
local local_ip
|
||||
local local_identifier
|
||||
local remote_gateway
|
||||
local remote_identifier
|
||||
local pre_shared_key
|
||||
local auth_method
|
||||
local keyingtries
|
||||
|
||||
Reference in New Issue
Block a user