[dhcp-agent-commits] dhcp-agent/doc dhcp-sniff.texi,1.1,1.2 dhcp-client.texi,1.3,1.4 introduction.te
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-06-28 02:18:43
|
Update of /cvsroot/dhcp-agent/dhcp-agent/doc In directory sc8-pr-cvs1:/tmp/cvs-serv32569/doc Modified Files: dhcp-sniff.texi dhcp-client.texi introduction.texi Log Message: more documentation Index: dhcp-sniff.texi =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/doc/dhcp-sniff.texi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dhcp-sniff.texi 18 May 2003 03:18:10 -0000 1.1 --- dhcp-sniff.texi 28 Jun 2003 02:18:40 -0000 1.2 *************** *** 4,8 **** @cindex dhcp-sniff ! @section Quickstart ! --- 4,7 ---- @cindex dhcp-sniff ! [ TODO ] Index: dhcp-client.texi =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/doc/dhcp-client.texi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-client.texi 27 Jun 2003 16:46:46 -0000 1.3 --- dhcp-client.texi 28 Jun 2003 02:18:40 -0000 1.4 *************** *** 80,84 **** @subsection Command Line Options ! [ TODO ] @subsection The Configuration File --- 80,153 ---- @subsection Command Line Options ! @itemize ! ! @item ! -h Print out usage. ! ! ! @item ! -v Print out version information ! ! ! @item ! -a ! ! Always run in the foreground and do not go into the background. ! ! ! ! @item ! -c ! ! Clear the cache. This is useful in case a stale cache is left behind ! by an earlier invocation. ! ! @item ! ! -k ! ! Kill a dhcp-client instance. Coupled with the -i option this will kill ! a specific instance of dhcp-client. Otherwise the first dhcp-client ! found on an active ethernet interface is terminated. ! ! @item ! -p ! ! Forces dhcp-client to use promiscious mode. This is only useful on ! systems which are sufficiently broken that require promiscious mode ! to receive broadcast messages. ! ! @item ! -w ! ! Wake a dhcp-client instance. Coupled with the -i option this will wake ! up a client on a specified interface and cause it to either rebind, or ! renew earlier depending on which timer is next. Use this to force the ! client to reacquire a lease. ! ! @item ! -i @dfn{interface} ! ! Force dhcp-client to use the interface specified. This is useful to ! make sure dhcp-client uses a specific interface if the host is ! multi-homed. ! ! @item ! -l @dfn{level} ! ! Generate messages at the level specified. The level should be an ! integer between 0 - 4. The levels are no messages, error messages, ! info messages (default), warnings, diagnostic-messages, respectively. ! Each level includes all messages below it. The default is info ! messages which also include error messages. ! ! @item ! -m @dfn{mac address} ! ! Fake a mac address during the DHCP operation. This will only affect ! the DHCP operations and no others. This is useful for debugging a ! DHCP server that is not behaving itself. ! ! @end itemize @subsection The Configuration File Index: introduction.texi =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/doc/introduction.texi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** introduction.texi 27 Jun 2003 16:46:46 -0000 1.2 --- introduction.texi 28 Jun 2003 02:18:40 -0000 1.3 *************** *** 98,101 **** --- 98,106 ---- should proceed OK. + @subsection Solaris + + No major issues so far. Building the package may become + ``interesting'' if you have not setup your build environment properly. + @subsection FreeBSD *************** *** 104,112 **** need to compile a kernel with more bpf devices. - @subsection Solaris - - No major issues so far. Building the package may become - ``interesting'' if you have not setup your build environment properly. - @subsection NetBSD --- 109,112 ---- *************** *** 123,130 **** inaccuracy when calculating timeouts. Lobby your OpenBSD developers to stop the brain damage. - - - - - - --- 123,124 ---- |