From 0c9c496961dc88110da53943a14dd88086ea920d Mon Sep 17 00:00:00 2001
From: srividya0208 <a.srividya@vyos.io>
Date: Tue, 6 Feb 2024 00:29:02 -0500
Subject: op-mode:T6015:Fix the charon file generated by ipsec debug script

---
 src/op_mode/generate_ipsec_debug_archive.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'src')

diff --git a/src/op_mode/generate_ipsec_debug_archive.py b/src/op_mode/generate_ipsec_debug_archive.py
index 60195d48b..ca2eeb511 100755
--- a/src/op_mode/generate_ipsec_debug_archive.py
+++ b/src/op_mode/generate_ipsec_debug_archive.py
@@ -24,7 +24,6 @@ from vyos.utils.process import rc_cmd
 
 # define a list of commands that needs to be executed
 CMD_LIST: list[str] = [
-    'ipsec status',
     'swanctl -L',
     'swanctl -l',
     'swanctl -P',
@@ -36,7 +35,7 @@ CMD_LIST: list[str] = [
     'ip route | head -100',
     'ip route show table 220'
 ]
-JOURNALCTL_CMD: str = 'journalctl -b -n 10000 /usr/lib/ipsec/charon'
+JOURNALCTL_CMD: str = 'journalctl --no-hostname --boot --unit strongswan.service'
 
 # execute a command and save the output to a file
 def save_stdout(command: str, file: Path) -> None:
-- 
cgit v1.2.3