summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind/rpcbind.8
diff options
context:
space:
mode:
authormatteo <matteo@FreeBSD.org>2007-04-23 07:09:25 +0000
committermatteo <matteo@FreeBSD.org>2007-04-23 07:09:25 +0000
commitcaf8c9cda16f3804f93f34046fdd127c292e18f2 (patch)
treef48db0df78730336c174be22bda16f7d6b02b272 /usr.sbin/rpcbind/rpcbind.8
parent11f5869ec4504da88b92ffb900d23f2634676a7a (diff)
downloadFreeBSD-src-caf8c9cda16f3804f93f34046fdd127c292e18f2.zip
FreeBSD-src-caf8c9cda16f3804f93f34046fdd127c292e18f2.tar.gz
1)Make it possible for rpcbind(8) to bind TCP listening socket to an IP
other than INADDR_ANY. 2) Add the -6 option to specify "IPv6 only". Glanced at by: bms Requested by: bms [2] PR: bin/84494 [1] Approved by: silence from maintainer (~2 weeks) [1] MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/rpcbind/rpcbind.8')
-rw-r--r--usr.sbin/rpcbind/rpcbind.88
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/rpcbind/rpcbind.8 b/usr.sbin/rpcbind/rpcbind.8
index 950d366..0ecf895 100644
--- a/usr.sbin/rpcbind/rpcbind.8
+++ b/usr.sbin/rpcbind/rpcbind.8
@@ -2,7 +2,7 @@
.\" Copyright 1989 AT&T
.\" Copyright 1991 Sun Microsystems, Inc.
.\" $FreeBSD$
-.Dd November 29, 2006
+.Dd April 23, 2007
.Dt RPCBIND 8
.Os
.Sh NAME
@@ -10,7 +10,7 @@
.Nd universal addresses to RPC program number mapper
.Sh SYNOPSIS
.Nm
-.Op Fl adiLls
+.Op Fl 6adiLls
.Op Fl h Ar bindip
.Sh DESCRIPTION
The
@@ -68,6 +68,8 @@ The
utility can only be started by the super-user.
.Sh OPTIONS
.Bl -tag -width indent
+.It Fl 6
+Bind to AF_INET6 (IPv6) addresses only.
.It Fl a
When debugging
.Pq Fl d ,
@@ -83,7 +85,7 @@ is also specified.
With this option, the name-to-address translation consistency
checks are shown in detail.
.It Fl h Ar bindip
-Specify specific IP addresses to bind to for UDP requests.
+Specify specific IP addresses to bind to for TCP and UDP requests.
This option
may be specified multiple times and is typically necessary when running
on a multi-homed host.
OpenPOWER on IntegriCloud