Hi Fedor, > Starting strongSwan 4.5.3 IPsec [starter]... > # bad subnet: leftsubnet=2a00:8a00:6000:2e11:0000::0501:0001/128 > [non-abbreviating empty field in IPv6 numeric address]
Seems that the ttoaddr/ttosubnet functions inherited from the FreeS/WAN project didn't parse such addresses correctly. These functions have been removed from our code base long time ago, and we just use inet_pton() everywhere. Using any 5.x release should fix the issue. Unlikely that we'll provide a patch for that outdated release. But maybe using just :: instead of :0000:: can work around the issue? Regards Martin _______________________________________________ Dev mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/dev
