From: Donatas Abraitis Date: Fri, 24 Jan 2020 12:11:02 +0000 (+0200) Subject: doc: Add documentation about OSPF(6) `set metric [+|-]metric` cmd X-Git-Tag: base_7.4~393^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=243892e017746b06c5fd5106e8343393ea433fb5;p=matthieu%2Ffrr.git doc: Add documentation about OSPF(6) `set metric [+|-]metric` cmd Signed-off-by: Donatas Abraitis --- 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