aboutsummaryrefslogtreecommitdiff
path: root/dhcp6relay.8
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-07-29 01:42:09 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-07-29 01:42:09 +0000
commit0f9655313ebb4d789165c167262d8becba6e5d01 (patch)
tree7a8f3fad456b0fe9880dcf87263e4198f0f2ee00 /dhcp6relay.8
parentdb29f46178d816efe4061a849903a51fca6becf3 (diff)
dhcp6s and dhcp6relay dumps process-id file, like dhcp6c
Diffstat (limited to 'dhcp6relay.8')
-rw-r--r--dhcp6relay.813
1 files changed, 13 insertions, 0 deletions
diff --git a/dhcp6relay.8 b/dhcp6relay.8
index 0394080..5d23ed9 100644
--- a/dhcp6relay.8
+++ b/dhcp6relay.8
@@ -41,6 +41,7 @@
.Op Fl H Ar hoplim
.Op Fl r Ar relay-IF
.Op Fl s Ar serveraddr
+.Op Fl p Ar pid-file
.Ar interface ...
.\"
.Sh DESCRIPTION
@@ -86,8 +87,20 @@ are specified, this option cannot be omitted.
.It Fl s Ar serveraddr
Specifies the DHCPv6 server address to relay packets to.
If not specified, packets are relayed to ff05::1:3 (All DHCPv6 servers).
+.It Fl p Ar pid-file
+Use
+.Ar pid-file
+to dump the process ID of
+.Nm .
.El
.\"
+.Sh FILES
+.Bl -tag -width /var/run/dhcp6relay.pid -compact
+.It Pa /var/run/dhcp6relay.pid
+is the default file that contains pid of the currently running
+.Nm .
+.El
+
.Sh SEE ALSO
.Xr dhcp6c 8 ,
.Xr dhcp6s 8