2 .\" $Id: radvdump.8.man,v 1.6 2008/03/31 09:18:15 psavola Exp $
5 .\" Lars Fenneberg <lf@elemental.net>
6 .\" Marko Myllynen <myllynen@lut.fi>
8 .\" This software is Copyright 1996 by the above mentioned author(s),
9 .\" All Rights Reserved.
11 .\" The license which is distributed with this software in the file COPYRIGHT
12 .\" applies to this software. If your distribution is missing this file, you
13 .\" may request it from <pekkas@netcore.fi>.
17 .TH RADVDUMP 8 "29 Dec 2001" "radvd @VERSION@" ""
19 radvdump \- dump router advertisements
23 .BI "[ \-d " debuglevel " ]"
27 prints out the contents of incoming router advertisements sent by
29 or some other software implementing (parts of)
30 "Neighbor Discovery for IP Version 6 (IPv6)" (RFC 4861).
34 For every one character option there is also a long option, which
35 is listed right next to the "short" option name:
38 .BR "\-v" , " \-\-version"
39 Displays the version of
43 .BR "\-h" , " \-\-help"
44 Displays a short usage description and then aborts.
46 .BR "\-f" , " \-\-file\-format"
47 Output received router advertisements in the format of the
50 Since radvd 0.9, this is the default and the switch is provided
51 for backward compatibility only.
53 .BR "\-e" , " \-\-exclude-defaults"
54 Exclude default valued options from configuration file format.
55 This option is ignored if option
59 .BR "\-d " debuglevel, " \-\-debug " debuglevel
60 With this option you turn on debugging information. The debugging level is
61 an integer in the range from 1 to 4, from quiet to very verbose. A
62 debugging level of 0 completely turns off debugging.
64 The default debugging level is 0.
73 There certainly are some bugs. If you find them or have other
74 suggestions please contact Pekka Savola <pekkas@netcore.fi>.
83 Lars Fenneberg <lf@elemental.net> - previous maintainer
84 Nathan Lutchansky <lutchann@litech.org> - previous maintainer
85 Pekka Savola <pekkas@netcore.fi> - current maintainer
86 Marko Myllynen <myllynen@lut.fi> - Mobile IPv6 support