Don't use .Xo/.Xc to work around ancient groff limits.
Set only one list type.
This commit is contained in:
parent
d09e2773d0
commit
0639ebde24
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: racoon.conf.5,v 1.58 2009/09/01 12:22:09 tteras Exp $
|
.\" $NetBSD: racoon.conf.5,v 1.59 2009/10/14 18:22:04 joerg Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Id: racoon.conf.5,v 1.54 2006/08/22 18:17:17 manubsd Exp
|
.\" Id: racoon.conf.5,v 1.54 2006/08/22 18:17:17 manubsd Exp
|
||||||
.\"
|
.\"
|
||||||
|
@ -375,11 +375,7 @@ This problem is known to be fixed in Linux 2.6.25 and later.
|
||||||
.\"
|
.\"
|
||||||
.Ss Remote Nodes Specifications
|
.Ss Remote Nodes Specifications
|
||||||
.Bl -tag -width Ds -compact
|
.Bl -tag -width Ds -compact
|
||||||
.It Xo
|
.It Ic remote Ar name Bo Ic inherit Ar parent_name Bc Ic { Ar statements Ic }
|
||||||
.Ic remote Ar name
|
|
||||||
.Bq Ic inherit Ar parent_name
|
|
||||||
.Ic { Ar statements Ic }
|
|
||||||
.Xc
|
|
||||||
Specifies the IKE phase 1 parameters for each remote node.
|
Specifies the IKE phase 1 parameters for each remote node.
|
||||||
.Pp
|
.Pp
|
||||||
If connection is initiated using racoonctl, a unique match using the
|
If connection is initiated using racoonctl, a unique match using the
|
||||||
|
@ -394,7 +390,7 @@ When acting as responder, racoon picks the first proposal that has one
|
||||||
or more acceptable remote configurations.
|
or more acceptable remote configurations.
|
||||||
When determining if a remote
|
When determining if a remote
|
||||||
specification is matching the following information is checked:
|
specification is matching the following information is checked:
|
||||||
.Bl -bullet -tag -width Ds -compact
|
.Bl -bullet -width Ds -compact
|
||||||
.It
|
.It
|
||||||
The remote IP is checked against
|
The remote IP is checked against
|
||||||
.Ic remote_address .
|
.Ic remote_address .
|
||||||
|
@ -457,10 +453,7 @@ You can omit this statement.
|
||||||
Means to use SIT_IDENTITY_ONLY as specified in RFC 2407.
|
Means to use SIT_IDENTITY_ONLY as specified in RFC 2407.
|
||||||
You can omit this statement.
|
You can omit this statement.
|
||||||
.\"
|
.\"
|
||||||
.It Xo
|
.It Ic my_identifier Bo Ar qualifier Bc Ar idtype ... ;
|
||||||
.Ic my_identifier Bq Ar qualifier
|
|
||||||
.Ar idtype ... ;
|
|
||||||
.Xc
|
|
||||||
Specifies the identifier sent to the remote host
|
Specifies the identifier sent to the remote host
|
||||||
and the type to use in the phase 1 negotiation.
|
and the type to use in the phase 1 negotiation.
|
||||||
.Ic address, fqdn , user_fqdn , keyid ,
|
.Ic address, fqdn , user_fqdn , keyid ,
|
||||||
|
@ -485,10 +478,7 @@ This is the default type if you do not specify an identifier to use.
|
||||||
The type is a USER_FQDN (user fully-qualified domain name).
|
The type is a USER_FQDN (user fully-qualified domain name).
|
||||||
.It Ic my_identifier Ic fqdn Ar string ;
|
.It Ic my_identifier Ic fqdn Ar string ;
|
||||||
The type is a FQDN (fully-qualified domain name).
|
The type is a FQDN (fully-qualified domain name).
|
||||||
.It Xo
|
.It Ic my_identifier Ic keyid Bo Ic file Bc Ar file ;
|
||||||
.Ic my_identifier Ic keyid Bq Ic file
|
|
||||||
.Ar file ;
|
|
||||||
.Xc
|
|
||||||
The type is a KEY_ID, read from the file.
|
The type is a KEY_ID, read from the file.
|
||||||
.It Ic my_identifier Ic keyid Ic tag Ar string ;
|
.It Ic my_identifier Ic keyid Ic tag Ar string ;
|
||||||
The type is a KEY_ID, specified in the quoted string.
|
The type is a KEY_ID, specified in the quoted string.
|
||||||
|
@ -904,9 +894,7 @@ An optional number to identify the remote proposal and to link it
|
||||||
only with sainfos who have the same number.
|
only with sainfos who have the same number.
|
||||||
Defaults to 0.
|
Defaults to 0.
|
||||||
.\"
|
.\"
|
||||||
.It Xo
|
.It Ic proposal { Ar sub-substatements Ic }
|
||||||
.Ic proposal { Ar sub-substatements Ic }
|
|
||||||
.Xc
|
|
||||||
.Bl -tag -width Ds -compact
|
.Bl -tag -width Ds -compact
|
||||||
.\"
|
.\"
|
||||||
.It Ic encryption_algorithm Ar algorithm ;
|
.It Ic encryption_algorithm Ar algorithm ;
|
||||||
|
@ -970,12 +958,8 @@ command.
|
||||||
.El
|
.El
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
.It Xo
|
.It Ic remote Po Ar address | Ic anonymous Pc Bo Bo Ar port Bc Bc \
|
||||||
.Ic remote ( Ar address | Ic anonymous )
|
Bo Ic inherit Ar parent Bc Ic { Ar statements Ic }
|
||||||
.Bq Bq Ar port
|
|
||||||
.Bq Ic inherit Ar parent
|
|
||||||
.Ic { Ar statements Ic }
|
|
||||||
.Xc
|
|
||||||
Deprecated format of specifying a remote block.
|
Deprecated format of specifying a remote block.
|
||||||
This will be removed in future.
|
This will be removed in future.
|
||||||
It is a remnant from time when remote block was decided
|
It is a remnant from time when remote block was decided
|
||||||
|
@ -991,10 +975,10 @@ remote "address" [inherit "parent-address"] {
|
||||||
.\"
|
.\"
|
||||||
.Ss Sainfo Specifications
|
.Ss Sainfo Specifications
|
||||||
.Bl -tag -width Ds -compact
|
.Bl -tag -width Ds -compact
|
||||||
.It Xo
|
.It Ic sainfo Po Ar local_id | Ic anonymous Pc \
|
||||||
.Ic sainfo ( Ar local_id | Ic anonymous ) ( Ar remote_id | Ic clientaddr | Ic anonymous ) [ from Ar idtype [ Ar string ] ] [ Ic group Ar string ]
|
Po Ar remote_id | Ic clientaddr | Ic anonymous Pc \
|
||||||
.Ic { Ar statements Ic }
|
Bo Ic from Ar idtype Bo Ar string Bc Bc Bo Ic group Ar string Bc \
|
||||||
.Xc
|
Ic { Ar statements Ic }
|
||||||
Defines the parameters of the IKE phase 2 (IPsec-SA establishment).
|
Defines the parameters of the IKE phase 2 (IPsec-SA establishment).
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
|
|
Loading…
Reference in New Issue