Hello Martin,

Your fix to use the ordered dictionary worked perfectly. Thank you very
much. It is now accepting vpn connections.

Regarding the `vips` configuration, I thought that it was the replacement
for the `rightsourceip` option in ipsec.conf (obviously I misinterpreted
the documentation). It does work when I create a pool as you specified, but
if I want to give each connection a static pre-determined ip is there
anyway to do that other than creating a pool for each connection?

Best,
Sam


On Thu, Feb 26, 2015 at 4:32 AM, Martin Willi <mar...@strongswan.org> wrote:

>
> > Are you using the Python library? I think ruby gets this right, as it is
> > guaranteed that "Hashes enumerate their values in the order that the
> > corresponding keys were inserted.". Probably not true for Python.
>
> Maybe using collections.OrderedDict to define your tree helps.
>
> Regards
> Martin
>
>
_______________________________________________
Users mailing list
Users@lists.strongswan.org
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to