Page MenuHomeVyOS Platform

Generate IPSec debug archive from op-mode
Closed, ResolvedPublicFEATURE REQUEST

Description

Op-mode
Gets all logs (charon) and all required swanctl information for IPsec debugging in one .tgz archive.

Proposed CLI:

generate ipsec debug-archive

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Related Objects

Mentioned In
1.2.9

Event Timeline

Viacheslav renamed this task from Generate IPSec debug archive form op-mode to Generate IPSec debug archive from op-mode.Oct 25 2021, 6:51 PM
Viacheslav changed the task status from Open to In progress.
Viacheslav claimed this task.

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1046

vyos@r4-epa2:~$ generate ipsec debug-archive 
Debug file is generated and located in /tmp/ipsec-debug-26-10-2021.tgz
vyos@r4-epa2:~$ 
vyos@r4-epa2:~$ ls -la /tmp/ | match ipsec
-rw-r--r--  1 root root      9520 Oct 26 20:37 ipsec-debug-26-10-2021.tgz
vyos@r4-epa2:~$