Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BIRD Internet Routing Daemon
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
440439e3
Commit
440439e3
authored
May 29, 2000
by
Pavel Machek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Really short installation section added.
parent
04a22949
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
7 deletions
+21
-7
TODO
TODO
+0
-4
doc/bird.sgml
doc/bird.sgml
+21
-3
No files found.
TODO
View file @
440439e3
...
@@ -115,10 +115,6 @@ o Co se stane, kdyz filtr skonci, aniz by vydal verdikt?
...
@@ -115,10 +115,6 @@ o Co se stane, kdyz filtr skonci, aniz by vydal verdikt?
Protocols:
Protocols:
o U kazdeho protokolu rici, jestli podporujeme pouze IPv4 nebo i IPv6 verzi.
o RIP: Vysvetlit, na ktere site se RIP hodi a na ktere ne, rici, ze je
hodnoty spise historicke, ale ze ve svete IPv6 se bezne pouziva, protoze
zatim neexistuji slusne implementace OSPFv3.
o RIP: Per-interface optiony uvadet tez jako definition list.
o RIP: Per-interface optiony uvadet tez jako definition list.
o RIP: U RIP-specific atributu zminit, jakeho jsou typu a jak vznikaji.
o RIP: U RIP-specific atributu zminit, jakeho jsou typu a jak vznikaji.
o passwords: syntaxe data uz, tusim, davno vypada jinak.
o passwords: syntaxe data uz, tusim, davno vypada jinak.
...
...
doc/bird.sgml
View file @
440439e3
...
@@ -98,6 +98,17 @@ it is slightly modified linuxdoc dtd. Anything in <descrip> tags is consi
...
@@ -98,6 +98,17 @@ it is slightly modified linuxdoc dtd. Anything in <descrip> tags is consi
configuration primitives, <cf> is fragment of configuration within normal text, <m> is
configuration primitives, <cf> is fragment of configuration within normal text, <m> is
"meta" information within fragment of configuration -- something in config which is not keyword.
"meta" information within fragment of configuration -- something in config which is not keyword.
<sect1>Installing bird
<p>On unix system, installing bird should be as easy as:
<code>
./configure
make
make install
vi /usr/local/etc/bird.conf
</code>
<sect1>About routing tables
<sect1>About routing tables
<p>Bird has one or more routing tables. Each routing table contains
<p>Bird has one or more routing tables. Each routing table contains
...
@@ -430,8 +441,9 @@ if 1234 = i then printn "."; else { print "*** FAIL: if 1 else"; }
...
@@ -430,8 +441,9 @@ if 1234 = i then printn "."; else { print "*** FAIL: if 1 else"; }
<p>There are few functions you might find convenient to use:
<p>There are few functions you might find convenient to use:
<descrip>
<descrip>
<tag>print <m/expr/ [ <m/, expr .../ ]</tag>
<tag>print|printn <m/expr/ [ <m/, expr .../ ]</tag>
prints given expressions, useful mainly while debugging filters.
prints given expressions, useful mainly while debugging
filters. Printn variant does not go to new line.
<tag>quitbird</tag>
<tag>quitbird</tag>
terminates bird. Useful while debugging filter interpreter.
terminates bird. Useful while debugging filter interpreter.
...
@@ -530,7 +542,13 @@ interface metric, which is usually one). After some time, distance reaches infin
...
@@ -530,7 +542,13 @@ interface metric, which is usually one). After some time, distance reaches infin
rip) and all routers know that network is unreachable. Rip tries to minimize situations where
rip) and all routers know that network is unreachable. Rip tries to minimize situations where
counting to infinity is necessary, because it is slow. Due to infinity being 16, you can not use
counting to infinity is necessary, because it is slow. Due to infinity being 16, you can not use
rip on networks where maximal distance is bigger than 15 hosts. You can read more about rip at <HTMLURL
rip on networks where maximal distance is bigger than 15 hosts. You can read more about rip at <HTMLURL
URL="http://www.ietf.org/html.charters/rip-charter.html">.
URL="http://www.ietf.org/html.charters/rip-charter.html">. Both IPv4 and IPv6 versions of rip are supported by BIRD.
<p>Rip is very simple protocol, and it is not too good. Slow
convergence, big network load and inability to handle bigger networks
makes it pretty much obsolete in IPv4 world. (It is still usable on
very small networks, through.) It is widely used in IPv6 world,
because they are no good implementations of OSPFv3.
<sect2>Configuration
<sect2>Configuration
...
...
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