diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2024-05-06 14:14:55 -0600 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2024-05-06 20:51:12 -0600 |
commit | d95f6625e3fbb25f3f42401864268ae722a6c410 (patch) | |
tree | eb15995edb2186bf067a202303be751f0c47e685 | |
parent | 97082f12a6de70625e21bc22fe2d0c1f65797f52 (diff) |
strongswan: Add missing declarations in swanctl
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-rw-r--r-- | net/strongswan/Makefile | 2 | ||||
-rw-r--r-- | net/strongswan/files/swanctl.init | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 2ff7c8ee3..82e890c8a 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -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/ diff --git a/net/strongswan/files/swanctl.init b/net/strongswan/files/swanctl.init index abdbb1ffe..246900159 100644 --- a/net/strongswan/files/swanctl.init +++ b/net/strongswan/files/swanctl.init @@ -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 |