aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ipsec.4
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-03-12 16:37:25 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-03-12 16:37:25 +0000
commit25448059d2edc79ea16b75381d181f448ad9f0ce (patch)
treed695da72004ce8a61dfced458707f9f477d353d2 /share/man/man4/ipsec.4
parente5985b21fa6bcee20e20019690f619f759f7d4cb (diff)
downloadsrc-25448059d2edc79ea16b75381d181f448ad9f0ce.tar.gz
src-25448059d2edc79ea16b75381d181f448ad9f0ce.zip
Merge from KAME. Basically man doc improvement and contents fix.
Obtained from: KAME project
Notes
Notes: svn path=/head/; revision=57934
Diffstat (limited to 'share/man/man4/ipsec.4')
-rw-r--r--share/man/man4/ipsec.420
1 files changed, 13 insertions, 7 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4
index acba715ba001..a30c3b9ac65d 100644
--- a/share/man/man4/ipsec.4
+++ b/share/man/man4/ipsec.4
@@ -65,10 +65,10 @@ Transport mode is for protecting peer-to-peer commuication between end nodes.
Tunnel mode includes IP-in-IP encapsulation operation
and is designed for security gateways, like VPN configurations.
.\"
-.Sh KERNEL INTERFACE
+.Ss Kernel interface
.Nm
-is controlled by key management engine, and policy engine in the
-operating system kernel.
+is controlled by key management engine and policy engine,
+in the operating system kernel.
.Pp
Key management engine can be accessed from the userland by using
.Dv PF_KEY
@@ -100,7 +100,7 @@ That should be implemented as userland programs
.Pq usually as daemons ,
by using the above described APIs.
.\"
-.Sh POLICY MANAGEMENT
+.Ss Policy management
The kernel implements experimental policy management code.
You can manage the IPsec policy in two ways.
One is to configure per-socket policy using
@@ -207,16 +207,22 @@ routines from looking into IP payload.
.Xr ip6 4 ,
.Xr setkey 8 ,
.Xr sysctl 8 ,
-.Xr racoon 8 .
+.Xr racoon 8
.Pp
.Rs
-.%T RFC2367
+.%A Daniel L. McDonald
+.%A Craig Metz
+.%A Bao G. Phan
+.%T "PF_KEY Key Management API, Version 2"
+.%R RFC
+.%N 2367
.Re
.Rs
.%A "D. L. McDonald"
.%T "A Simple IP Security API Extension to BSD Sockets"
+.%R internet draft
.%N "draft-mcdonald-simple-ipsec-api-03.txt"
-.%O "internet draft"
+.%O work in progress material
.Re
.Sh CAVEAT
The IPsec support is subject to change as the IPsec protocols develop.