summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2009-06-05 00:43:09 +0000
committerclaudio <claudio@openbsd.org>2009-06-05 00:43:09 +0000
commit280155803c34e2e78059e5f5289ea9c8c2f00583 (patch)
tree02f045a2076ca2f3a1870357eb2c1fc2ae8f7551
parentClamp the ending bound to the size of the disk. This makes disklabel -A (diff)
downloadwireguard-openbsd-280155803c34e2e78059e5f5289ea9c8c2f00583.tar.xz
wireguard-openbsd-280155803c34e2e78059e5f5289ea9c8c2f00583.zip
Document SO_RDOMAIN
-rw-r--r--share/man/man4/route.49
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index e35e176cbae..24d1da702aa 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: route.4,v 1.28 2009/03/31 01:37:33 dlg Exp $
+.\" $OpenBSD: route.4,v 1.29 2009/06/05 00:43:09 claudio Exp $
.\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)route.4 8.6 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: March 31 2009 $
+.Dd $Mdocdate: June 5 2009 $
.Dt ROUTE 4
.Os
.Sh NAME
@@ -186,6 +186,11 @@ by doing a
.Xr shutdown 2
system call for further input.
.Pp
+A process can specify a routing domain by setting the
+.Dv SO_RDOMAIN
+flag to
+.Xr setsockopt 2 .
+.Pp
A process can specify which route message types it's interested in
by using
.Dv ROUTE_FILTER(int type)