Hi Jongmin, Thanks for the bug report.
> Although I do not have full context of this package, I suggest fixing the > issue by trying one of these: > > 1. Explicitly depends on "strongswan-starter" instead of "strongswan" > 2. Switch to use "strongswan-swanctl" (although I am not entirely know how > this package does) With option 1, looks like more than strongswan-starter is required ,strongswan-charon is definitely required also, possibly more, maybe all of the dependencies of the old strongswan meta-package, still looking into it. Option 2 isn't really an option as the network-manager-l2tp code would need to be modified to use the newer style swanctl config file syntax and commands that are far removed from libreswan which this VPN plugin is also compatible with. If I were to write new code, would probably use the strongswan API to establish the VPN connection rather than rely on command-line tools and config files. Cheers, Doug