Page MenuHomeVyOS Platform

`show log vpn ipsec` produces no output
Closed, ResolvedPublicBUG

Description

The command:

show log vpn ipsec

Produces no output under VyOS 1.2.2

Now that StrongSWAN uses charon instead of pluto for IKEv1,IKEv2, the show log function greps for the wrong daemon:

cat /opt/vyatta/share/vyatta-op/templates/show/log/vpn/ipsec/node.def
help: Show log for IPSEC
run: cat $(printf "%s\n" /var/log/messages* | sort -nr) | grep -e pluto

Details

Difficulty level
Easy (less than an hour)
Version
1.2.2
Why the issue appeared?
Implementation mistake

Event Timeline

dmbaturin triaged this task as High priority.
dmbaturin edited projects, added VyOS 1.2 Crux (VyOS 1.2.3); removed VyOS 1.2 Crux.
dmbaturin changed Why the issue appeared? from Will be filled on close to Implementation mistake.
dmbaturin changed the task status from Open to Needs testing.Aug 9 2019, 12:00 PM

Fixed. Should in the next nightly build.