strongswan: invalid dpd_action value 'start' in IPsec swanctl.conf
authorPhilip Prindeville <redacted>
Sun, 14 Jun 2026 21:26:42 +0000 (15:26 -0600)
committerPhilip 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

index 8e217e9be481dd2089d9174b336569525f45efad..6826331dbacd2be817c92ffe7f55a5fb7b837996 100644 (file)
@@ -314,7 +314,7 @@ config_child() {
        hold)
                dpdaction="trap" ;;
        restart)
-               dpdaction="start" ;;
+               dpdaction="restart" ;;
        trap|start)
                # already using new syntax
                ;;
git clone https://git.99rst.org/PROJECT