Improve grammar slightly in the description for IPsec policy settings.

This commit is contained in:
jlam 2001-01-25 21:49:31 +00:00
parent f4eec8f31f
commit c5d65e2d74
1 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: inetd.8,v 1.32 2000/12/02 02:15:34 hubertf Exp $ .\" $NetBSD: inetd.8,v 1.33 2001/01/25 21:49:31 jlam Exp $
.\" .\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -387,32 +387,32 @@ creates a file
.Em /var/run/inetd.pid .Em /var/run/inetd.pid
that contains its process identifier. that contains its process identifier.
.Ss IPsec .Ss IPsec
The implementation includes tiny hack to support IPsec policy setting for The implementation includes a tiny hack to support IPsec policy settings for
each of the socket. each socket.
A special form of comment line, starting with A special form of the comment line, starting with
.Dq Li "#@" , .Dq Li "#@" ,
will work as policy specifier. is used as a policy specifier.
The content of the above comment line will be treated as IPsec policy string, The content of the above comment line will be treated as a IPsec policy string,
as described in as described in
.Xr ipsec_set_policy 3 . .Xr ipsec_set_policy 3 .
You can specify multiple IPsec policy string by using semicolon Multiple IPsec policy strings may be specified by using a semicolon
as separator. as a separator.
If conflicting strings are found in a single line, If conflicting policy strings are found in a single line,
the last string will take effect. the last string will take effect.
A A
.Li "#@" .Li "#@"
line will affect all the following lines in line affects all of the following lines in
.Pa inetd.conf , .Pa inetd.conf ,
so you may want to reset IPsec policy by using a comment line with so you may want to reset the IPsec policy by using a comment line containing
.Li "#@"
only only
.Li "#@"
.Pq with no policy string . .Pq with no policy string .
.Pp .Pp
If invalid IPsec policy string appears on If an invalid IPsec policy string appears in
.Pa inetd.conf , .Pa inetd.conf ,
.Nm .Nm
will leave error message using logs an error message using
.Xr syslog 3 , .Xr syslog 3
and terminates itself. and terminates itself.
.Ss IPv6 TCP/UDP behavior .Ss IPv6 TCP/UDP behavior
If you wish to run a server for IPv4 and IPv6 traffic, If you wish to run a server for IPv4 and IPv6 traffic,