this is on -current?
On Tue, Aug 15, 2006 at 10:46:37PM -0400, Stefan wrote:
> Can someone explain why this is giving a syntax error?
>
> ------------------------------------
> ike esp from 10.0.0.0/24 to 10.1.0.0/24 peer (remote IP CIDR) \
> main auth hmac-md5 enc 3des group modp1024 \
> quick auth hmac-md5 enc 3des group modp1024 \
> psk (shared key)
>
> ike esp from (local IP CIDR) to (remote IP CIDR) \
> main auth hmac-md5 enc 3des group modp1024 \
> quick auth hmac-md5 enc 3des group modp1024 \
> psk (shared key)
> ------------------------------------
>
> ipsecctl complains about line 2 and 7 starting with main auth. White space
> plays no part nor does splitting up the lines.
>
> Seems a few others have had problems with ipsecctl and ipsec.conf syntax on
> misc@
>
> -Stefan