git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
33b12e8
)
strongswan: invalid dpd_action value 'start' in IPsec swanctl.conf
author
Philip Prindeville
<redacted>
Sun, 14 Jun 2026 21:26:42 +0000
(15:26 -0600)
committer
Philip Prindeville
<redacted>
Mon, 15 Jun 2026 02:53:31 +0000
(20:53 -0600)
Fixes issue #28583.
Signed-off-by: Philip Prindeville <redacted>
net/strongswan/files/swanctl.init
patch
|
blob
|
history
diff --git
a/net/strongswan/files/swanctl.init
b/net/strongswan/files/swanctl.init
index 8e217e9be481dd2089d9174b336569525f45efad..6826331dbacd2be817c92ffe7f55a5fb7b837996 100644
(file)
--- a/
net/strongswan/files/swanctl.init
+++ b/
net/strongswan/files/swanctl.init
@@
-314,7
+314,7
@@
config_child() {
hold)
dpdaction="trap" ;;
restart)
- dpdaction="start" ;;
+ dpdaction="
re
start" ;;
trap|start)
# already using new syntax
;;
git clone https://git.99rst.org/PROJECT