]> git.ipfire.org Git - people/ms/rstp.git/blame - rstpd.8
remove ifdef'd code
[people/ms/rstp.git] / rstpd.8
CommitLineData
ad02a0eb
SH
1.TH RSTPCTL 8 "August 20, 2006" "" ""
2.SH NAME
3rstpd \- Daemon implementing Rapid Spanning Tree Protocol for Linux
4bridges.
5.SH SYNOPSIS
6.BR "rstpd [\-d] [\-v <level>]"
7.SH DESCRIPTION
8.B rstpd
9implements the Rapid Spanning Tree Protocol (RSTP) on Linux
10bridges. When started, it merely monitors the ethernet bridges on the
11machine until instructed to run RSTP on any of them using
12.BR rstpctl .
13When run with the
14.BR "\-d"
15option, it runs in the foreground and outputs messages which are
16normally logged through syslog to standard output and standard
17error. With the
18.BR "\-v"
19option, the level of verbosity of the logs can be controlled.
20See
21.BR rstpctl (8)
22for more information on configuring RSTP.
23
24.SH SPANNING TREE PROTOCOL
25Multiple ethernet bridges can work together to create even larger
26networks of ethernets using the IEEE 802.1d spanning tree
27protocol. This protocol is used for finding the shortest path between
28two ethernets, and for eliminating loops from the topology. As this
29protocol is a standard, linux bridges will interwork properly with
30other third party bridge products. Bridges communicate with eachother
31by sending and receiving BPDUs (Bridge Protocol Data Units). These
32BPDUs can be recognised by an ethernet destination address of
3301:80:c2:00:00:00.
34
35The spanning tree protocol can also be turned off (for those
36situations where it just doesn't make sense, for example when this
37linux box is the only bridge on the LAN, or when you know that there
38are no loops in the topology.)
39
40The 2004 version of the 802.1D specification describes the Rapid
41Spanning Tree Protocol, which supercedes the older Spanning Tree
42Protocol while providing for backward compatible operation with it.
43It provides for faster reconfiguration during network changes than
44STP in many cases.
45
46.SH NOTES
47TODO: Indicate lack of persistence of configuration across restarts of
48daemon.
49
50.SH SEE ALSO
51.BR rstpctl(8),
52.BR brctl(8)
53
54.SH COPYRIGHT
55This manual page Copyright (c) 2006 EMC Corporation.
56
57This manual page is free software; you can redistribute it and/or modify it
58under the terms of the GNU General Public License as published by the Free
59Software Foundation; either version 2 of the License, or (at your option)
60any later version. It comes with NO WARRANTY.
61.\" The full GNU General Public License is included in this distribution in the
62.\" file called LICENSE.
63
64.SH AUTHOR
65Srinivas Aji <Aji_Srinivas@emc.com>