Hi,<br><br>I want to create a vpn hub with dynamic config:<br>
<br>
- When new tunnel config is added: add a "conn" entry and be ready to establish a tunnel when initiated by peer.<br>
<br>
- When tunnel config is deleted:  delete connection config and break 
down any tunnels established associated with the connection.<br>
<br>What are the options to add/delete tunnel configuration while strongswan is running?<br>I.e. without breaking existing tunnels while adding/deleting a tunnel config.<br><br>Openswan has "ipsec addconn" and "ipsec auto --delete" commands for this.<br>

By looking at the strongswan docs I found "ipsec update" which I could 
use but it does not look very efficient to recreate and reread the 
ipsec.conf on each connection add/delete.<br>Maybe there is a more 
efficient way to do this so that there is no need to parse the whole 
config again and look for changes (which are known in advance)?<br>
<br>Thank you,<br><font color="#888888">Janis.</font>