Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
babeld
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
babeld
Commits
61e68693
Commit
61e68693
authored
Apr 29, 2007
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the change to the broadcast_txcost default.
parent
39e23c4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
babel.man
babel.man
+19
-9
No files found.
babel.man
View file @
61e68693
...
...
@@ -92,13 +92,16 @@ Do not perform split-horizon processing on wired interfaces.
Split-horizon is never performed on wireless interfaces.
.TP
.B \-b
Generate messages for detecting bidirectional communication failures
on wired interfaces. By default, wired interfaces are assumed to be
symmetric.
Use a single broadcast message for reverse reachability information on
wired interfaces rather then messages specific to each peer. This
will slightly reduce traffic on interfaces with many neighbours, but
will disable detection of asymmetric links, and is therefore not
recommended. Messages specific to each peer are always sent on
wireless interfaces.
.TP
.B \-P
Run in parasitic (passive) mode. The daemon will not announce any
routes except
for
itself.
routes except
to
itself.
.TP
.BI \-d " level"
Debug level. A value of 1 requests a routing table dump at every
...
...
@@ -132,14 +135,21 @@ The list of interfaces on which the protocol should operate.
By default, the daemon optimises traffic on wired interfaces by
sending fewer periodic hello messages, performing split-horizon
processing and not generating any reverse reachability information.
These optimisations can be disabled using the
.BR -H ,
.B -s
These optimisations can be disabled by using the
.B -H
and
.B -
b
.B -
s
options respectively.
No link cost estimation is performed on wired interfaces: a wired
By default, detection of asymmetric links is performed on wired
interfaces just like on wireless ones. By specifying the
.B -b
option, reverse reachability information will not be sent on wired
links, which will disable detection of asymmetric links for all wired
peers, at the benefit of a very slight decrease in traffic. This is
not recommended.
No link cost estimation is ever performed on wired interfaces: a wired
adjacency is assumed to be up if at least one of the last three hello
messages has been received, and down otherwise.
.SH FILES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment