[Dhcp-agent-commits] dhcp-agent dhcpclient.1,1.10,1.11 dhcpsniff.1,1.1.1.1,1.2
Status: Alpha
Brought to you by:
actmodern
From: <bk...@us...> - 2002-06-16 19:55:52
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory usw-pr-cvs1:/tmp/cvs-serv30874 Modified Files: dhcpclient.1 dhcpsniff.1 Log Message: Make dhcpsniff.1 consistant with dhcpclient.1, and some other minor touchups. Index: dhcpclient.1 =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcpclient.1,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** dhcpclient.1 15 Jun 2002 18:23:28 -0000 1.10 --- dhcpclient.1 16 Jun 2002 19:55:47 -0000 1.11 *************** *** 16,21 **** .Nm is a DHCP client daemon. ! .Nm ! currently it only configures basic networking: the interface's IP address; the routing table; and the domain name system using the DHCP-provided settings. .Pp --- 16,20 ---- .Nm is a DHCP client daemon. ! It currently only configures basic networking: the interface's IP address; the routing table; and the domain name system using the DHCP-provided settings. .Pp *************** *** 32,36 **** A single .Nm ! deals with a single interface. .Pp The options are as follows: --- 31,35 ---- A single .Nm ! manages a single interface. .Pp The options are as follows: *************** *** 49,62 **** The directory is created readable and writable to root (the usual user of ! .Nm ! ) to ensure security. .It Fl h Help. .It Fl i Ar interface ! Perform DHCP query on ! .Ar interface , ! otherwise it will scan the interface table and use the first ! downed ethernet interface it finds, or the first ethernet ! interface it finds. .It Fl H Ar hostname Use --- 48,58 ---- The directory is created readable and writable to root (the usual user of ! .Nm dhcpclient ) ! to ensure security. .It Fl h Help. .It Fl i Ar interface ! Perform DHCP transactions on ! .Ar interface . .It Fl H Ar hostname Use Index: dhcpsniff.1 =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcpsniff.1,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dhcpsniff.1 29 Jan 2002 18:05:07 -0000 1.1.1.1 --- dhcpsniff.1 16 Jun 2002 19:55:47 -0000 1.2 *************** *** 1,24 **** .Dd December, 17, 2001 ! .Dt DHCPSNIFF .Sh NAME .Nm dhcpsniff ! -- DHCP Diagnostic Sniffer .Sh SYNOPSIS ! .Nm dhcpsniff ! .Op Ar -i interface name .Sh DESCRIPTION ! .I ! dhcpsniff is a DHCP protocol sniffer. The sniffer will read DHCP packets ! off the network and provide output DHCP packet details. ! .Sh OPTIONS ! .Bl -tag ! .It Op Ar -i interface name ! Specifies a the name of an interface dhcpsniff will use. otherwise ! dhcpsniff will let pcap decide. Default value is "eth0" .El .Sh BUGS - .Pp We hope none. - .Pp .Sh SEE ALSO .Xr dhcpclient 1 --- 1,25 ---- + .\" $Header$ .Dd December, 17, 2001 ! .Dt DHCPSNIFF 1 .Sh NAME .Nm dhcpsniff ! .Nd DHCP (Dynamic Host Configuration Protocol) Sniffer .Sh SYNOPSIS ! .Nm ! .Op Fl i Ar interface .Sh DESCRIPTION ! .Nm ! is a DHCP sniffer. ! It observes DHCP packets on the network and outputs diagnostic-quality ! details of said packets. ! .Pp ! The options are as follows: ! .Bl -tag -width Ds ! .It Fl i Ar interface ! Sniff for DHCP packets on ! .Ar interface . .El .Sh BUGS We hope none. .Sh SEE ALSO .Xr dhcpclient 1 |