logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bootpef - BOOTP Extension File compiler

Description

bootpef builds the ExtensionPath files described by RFC 1497 (tag 18).  If any client-name arguments are
       specified, then bootpef compiles the extension files for only those clients.

Name

       bootpef - BOOTP Extension File compiler

Options

-cchdir-path
              Sets  the  current  directory used by bootpef while creating extension files.  This is useful when
              the extension file names are specified as relative pathnames, and bootpef needs to  use  the  same
              current directory as the TFTP server (typically /tftpboot).

       -ddebug-level
              Sets  the  debug-level  variable  that  controls  the amount of debugging messages generated.  For
              example, -d4 or -d 4 will set the debugging level to 4.

       -fconfig-file
              Set the name of the config file that specifies the option data to be sent to each client.

References

       RFC951 BOOTSTRAP PROTOCOL (BOOTP)

       RFC1497
              BOOTP Vendor Information Extensions

MAINTENANCE COMMANDS                               4 Dec 1993                                         BOOTPEF(8)

See Also

bootpd(8), tftpd(8)

Synopsis

bootpef [ -cchdir ] [ -ddebug-level ] [-fconfig-file ] [ client-name [...]]

See Also