Merge branch 'tomato-ND-USBmod' into tomato-RT
[tomato.git] / release / src / router / radvd / radvdump.8.man
blob234f088c6505b82366ca34eedd37962f3b029fd8
1 .\"
2 .\"   $Id: radvdump.8.man,v 1.7 2011/01/05 08:21:42 psavola Exp $
3 .\"
4 .\"   Authors:
5 .\"    Lars Fenneberg           <lf@elemental.net>       
6 .\"    Marko Myllynen           <myllynen@lut.fi>       
7 .\"
8 .\"   This software is Copyright 1996 by the above mentioned author(s), 
9 .\"   All Rights Reserved.
10 .\"
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>.
14 .\"
15 .\"
16 .\"
17 .TH RADVDUMP 8 "31 Mar 2008" "radvd @VERSION@" ""
18 .SH NAME
19 radvdump \- dump router advertisements
20 .SH SYNOPSIS
21 .B radvdump
22 .B "[ \-vhfe ]"
23 .BI "[ \-d " debuglevel " ]"
25 .SH DESCRIPTION
26 .B radvdump
27 prints out the contents of incoming router advertisements sent by
28 .B radvd
29 or some other software implementing (parts of)
30 "Neighbor Discovery for IP Version 6 (IPv6)" (RFC 4861).
32 .SH OPTIONS
34 For every one character option there is also a long option, which
35 is listed right next to the "short" option name:
37 .TP
38 .BR "\-v" , " \-\-version"
39 Displays the version of
40 .I radvdump
41 and then aborts.
42 .TP
43 .BR "\-h" , " \-\-help"
44 Displays a short usage description and then aborts.
45 .TP
46 .BR "\-f" , " \-\-file\-format"
47 Output received router advertisements in the format of the
48 .B radvd
49 configuration file.
50 Since radvd 0.9, this is the default and the switch is provided
51 for backward compatibility only.
52 .TP
53 .BR "\-e" , " \-\-exclude-defaults"
54 Exclude default valued options from configuration file format.
55 This option is ignored if option
56 .B "\-f"
57 is not set.
58 .TP
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.
66 .SH FILES
68 .nf
69 @sbindir@/radvdump
70 .fi
71 .SH BUGS
73 There certainly are some bugs. If you find them or have other
74 suggestions please contact Pekka Savola <pekkas@netcore.fi>.
76 .SH "SEE ALSO"
78 .BR radvd (8),
79 .BR radvd.conf (5)
80 .SH AUTHORS
82 .nf
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
87 .fi