Deleted Added
sdiff udiff text old ( 79754 ) new ( 99500 )
full compact
1.\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
2.\"
3.\" $FreeBSD: head/libexec/bootpd/bootpd.8 79754 2001-07-15 07:53:42Z dd $
4.\"
5.Dd November 6, 1993
6.Dt BOOTPD 8
7.Os
8.Sh NAME
9.Nm bootpd , bootpgw
10.Nd Internet Boot Protocol server/gateway
11.Sh SYNOPSIS

--- 9 unchanged lines hidden (view full) ---

21.Oc
22.Nm bootpgw
23.Op Fl i
24.Op Fl s
25.Op Fl t Ar timeout
26.Op Fl d Ar level
27.Ar server
28.Sh DESCRIPTION
29.Nm Bootpd
30implements an Internet Bootstrap Protocol (BOOTP) server as defined in
31RFC951, RFC1532, and RFC1533.
32.Nm Bootpgw
33implements a simple BOOTP gateway which can be used to forward
34requests and responses between clients on one subnet and a
35BOOTP server (i.e.\&
36.Nm )
37on another subnet. While either
38.Nm
39or
40.Nm bootpgw
41will forward BOOTREPLY packets, only

--- 250 unchanged lines hidden ---