summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/user/ospf6d.rst12
-rw-r--r--doc/user/ospfd.rst12
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst
index 2300cb0e19..cd095af862 100644
--- a/doc/user/ospf6d.rst
+++ b/doc/user/ospf6d.rst
@@ -128,6 +128,18 @@ OSPF6 interface
Set explicitly network type for specified interface.
+OSPF6 route-map
+===============
+
+Usage of *ospfd6*'s route-map support.
+
+.. index:: set metric [+|-](0-4294967295)
+.. clicmd:: set metric [+|-](0-4294967295)
+
+ Set a metric for matched route when sending announcement. Use plus (+) sign
+ to add a metric value to an existing metric. Use minus (-) sign to
+ substract a metric value from an existing metric.
+
.. _redistribute-routes-to-ospf6:
Redistribute routes to OSPF6
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst
index e6ff59d27c..75768269fe 100644
--- a/doc/user/ospfd.rst
+++ b/doc/user/ospfd.rst
@@ -710,6 +710,18 @@ Interfaces
Enable ospf on an interface and set associated area.
+OSPF route-map
+==============
+
+Usage of *ospfd*'s route-map support.
+
+.. index:: set metric [+|-](0-4294967295)
+.. clicmd:: set metric [+|-](0-4294967295)
+
+ Set a metric for matched route when sending announcement. Use plus (+) sign
+ to add a metric value to an existing metric. Use minus (-) sign to
+ substract a metric value from an existing metric.
+
.. _redistribute-routes-to-ospf:
Redistribution