summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-05-11 18:52:59 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2012-05-14 10:22:14 +0200
commit0ec031f7400fbacdd86b40ae1870c58715a7f108 (patch)
treea83ed4706b72e3d6f63361060b4c6991c15c2023 /doc
parent47c447c42e0bfa1836d951d1e6c1a2236d39dcbb (diff)
Allows to set instance ID for OSPFv3 interfaces.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml21
1 files changed, 13 insertions, 8 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 3edd6e0e..820ebaa2 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -1811,7 +1811,7 @@ protocol ospf &lt;name&gt; {
summary &lt;switch&gt;;
cost &lt;num&gt;;
}
- interface &lt;interface pattern&gt; {
+ interface &lt;interface pattern&gt; [instance &lt;num&gt;] {
cost &lt;num&gt;;
stub &lt;switch&gt;;
hello &lt;num&gt;;
@@ -1841,7 +1841,7 @@ protocol ospf &lt;name&gt; {
&lt;ip&gt; eligible;
};
};
- virtual link &lt;id&gt; {
+ virtual link &lt;id&gt; [instance &lt;num&gt;] {
hello &lt;num&gt;;
retransmit &lt;num&gt;;
wait &lt;num&gt;;
@@ -1961,14 +1961,19 @@ protocol ospf &lt;name&gt; {
subnetworks of given stub network are suppressed. This might
be used, for example, to aggregate generated stub networks.
- <tag>interface <M>pattern</M></tag>
+ <tag>interface <M>pattern</M> [instance <m/num/]</tag>
Defines that the specified interfaces belong to the area being defined.
See <ref id="dsc-iface" name="interface"> common option for detailed description.
-
- <tag>virtual link <M>id</M></tag>
- Virtual link to router with the router id. Virtual link acts as a
- point-to-point interface belonging to backbone. The actual area is
- used as transport area. This item cannot be in the backbone.
+ In OSPFv3, you can specify instance ID for that interface
+ description, so it is possible to have several instances of
+ that interface with different options or even in different areas.
+
+ <tag>virtual link <M>id</M> [instance <m/num/]</tag>
+ Virtual link to router with the router id. Virtual link acts
+ as a point-to-point interface belonging to backbone. The
+ actual area is used as transport area. This item cannot be in
+ the backbone. In OSPFv3, you could also use several virtual
+ links to one destination with different instance IDs.
<tag>cost <M>num</M></tag>
Specifies output cost (metric) of an interface. Default value is 10.