summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/tools/bootpef/bootpef.8
blob: 841b01cd4ff6fcbf67415adeb802d689888fcfe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.\" $FreeBSD$
.\"
.\" bootpef.8
.Dd December 4, 1993
.Dt BOOTPEF 8
.Os
.Sh NAME
.Nm bootpef
.Nd "BOOTP Extension File compiler"
.Sh SYNOPSIS
.Bk -words
.Nm
.Op Fl c Ar chdir\-path
.Op Fl d Ar debug\-level
.Op Fl f Ar config\-file
.Op Ar client\-name ...
.Ek
.Sh DESCRIPTION
The
.Nm
utility builds the
.Em "Extension Path"
files described by
.%T "RFC 1497"
(tag 18).
If any
.Ar client\-name
arguments are specified, then
.Nm
compiles the extension files for only those clients.
.Sh OPTIONS
.Bl -tag -width indent
.It Fl c Ar chdir\-path
Sets the current directory used by
.Nm
while creating extension files.
This is useful when the
extension file names are specified as relative pathnames, and
.Nm
needs to use the same current directory as the TFTP server
(typically
.Pa /tftpboot ) .
.It Fl d Ar debug\-level
Sets the
.Ar debug\-level
variable that controls the amount of debugging messages generated.
For example,
.Fl d Ar 4
will set the debugging level to 4.
.It Fl f Ar config\-file
Set the name of the config file that specifies the option
data to be sent to each client.
.El
.Sh SEE ALSO
.Xr bootpd 8 ,
.Xr tftpd 8
.Rs
.%O RFC951
.%T "BOOTSTRAP PROTOCOL (BOOTP)"
.Re
.Rs
.%O RFC1497
.%T "BOOTP Vendor Information Extensions"
.Re
OpenPOWER on IntegriCloud