CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/14 16:16:37
Modified files:
sbin/ipsecctl : parse.y
Log message:
When parsing v4 addresses mark them as network addresses
(IPV4_ADDR_SUBNET) when they contain a '/'.
This allows to choose between IPV4_ADDR and IPV4_ADDR_SUBNET by adding
"/32", ie. "a.b.c.d" vs. "a.b.c.d/32". This helps to interop with other
IKE implementations.
>From Mitja Muzenic <mitja at muzenic dot net>, thanks!
Idea supported by markus@ and [EMAIL PROTECTED]