[email protected]:~$ show vpn debug detail
sudo: /usr/lib/ipsec/barf: command not found
Maybe "barf" is an old pluto based debug command... from strongswan 4
[email protected]:~$ show vpn debug detail
sudo: /usr/lib/ipsec/barf: command not found
Maybe "barf" is an old pluto based debug command... from strongswan 4
Indeed. Looking at the original script, it looks to aggregate config and log entries into a big pile of output, presumably so that somebody can attempt to diagnose it in a support sense.
It looks like the 'barf' script could be re-implemented, but given it's no longer supplied by strongswan in any guise, as far as I can tell, is it actually worth implementing? Can I suggest we simply remove the command, or have it alias for straight 'show vpn debug', which looks to call 'ipsec statusall', and just return that.