Actions
Todo #3338
closedUpdate racoon.conf "remote" syntax
Start date:
11/22/2013
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
According to racoon.conf(5) the syntax of the remote statement we currently use has been deprecated and will be removed in the future.
Current syntax:
remote x.x.x.x { ... }
New syntax:
remote tunnelname { remote_address x.x.x.x; ... }
We'll need some method of determining the tunnelname, whether it's based on the description or otherwise. I couldn't find any clues about restrictions or the exact format in the man page either so we may need to have a look at the racoon code to verify what is allowed there.
Note that this is from racoon.conf(5) from ipsec-tools, the online man pages for FreeBSD and NetBSD are not current for racoon.conf(5) but if you install the ipsec-tools package, you will have the most current man page available.
Updated by Renato Botelho almost 11 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset aebf41dfa424604315e42bf0cc3ca545760989ea.
Updated by Chris Buechler over 10 years ago
- Status changed from Feedback to Resolved
Actions