mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Implements OSPF stub router option (RFC 3137).
Also fixes OSPFv3 routing table calculcation w.r.t. errata 2078 to RFC 5340.
This commit is contained in:
@@ -1904,6 +1904,7 @@ on nonbroadcast networks.
|
||||
<code>
|
||||
protocol ospf <name> {
|
||||
rfc1583compat <switch>;
|
||||
stub router <switch>;
|
||||
tick <num>;
|
||||
ecmp <switch> [limit <num>];
|
||||
area <id> {
|
||||
@@ -1983,6 +1984,15 @@ protocol ospf <name> {
|
||||
url="ftp://ftp.rfc-editor.org/in-notes/rfc1583.txt">. Default
|
||||
value is no.
|
||||
|
||||
<tag>stub router <M>switch</M></tag>
|
||||
This option configures the router to be a stub router, i.e.,
|
||||
a router that participates in the OSPF topology but does not
|
||||
allow transit traffic. In OSPFv2, this is implemented by
|
||||
advertising maximum metric for outgoing links, as suggested
|
||||
by RFC 3137<htmlurl url="ftp://ftp.rfc-editor.org/in-notes/rfc3137.txt">.
|
||||
In OSPFv3, the stub router behavior is announced by clearing
|
||||
the R-bit in the router LSA. Default value is no.
|
||||
|
||||
<tag>tick <M>num</M></tag>
|
||||
The routing table calculation and clean-up of areas' databases
|
||||
is not performed when a single link state
|
||||
|
||||
Reference in New Issue
Block a user