Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481740 - net-misc/strongswan - add optional support for unity plugin
Summary: net-misc/strongswan - add optional support for unity plugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-20 11:46 UTC by Jason Zaman
Modified: 2014-09-13 14:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Zaman gentoo-dev 2013-08-20 11:46:49 UTC
The unity plugin is not enabled in the autoconf options in the ebuild. It is needed for connecting to cisco routers.

See: http://wiki.strongswan.org/projects/strongswan/wiki/UnityPlugin

--enable-unity needs to be added. Preferably with a USE flag


Reproducible: Always

Steps to Reproduce:
1. add cisco_unity=yes to strongswan.conf
2. restart strongswan
2. run ipsec statusall | grep unity
Actual Results:  
the unity plugin is not loaded

Expected Results:  
it should be loaded
Comment 1 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2014-09-13 14:18:58 UTC
Fixed in 5.2.0-r1, enabld with the use flag "strongswan_plugins_unity" :)