diff options
author | Yash Ranjan <ranjany@vmware.com> | 2021-03-22 07:40:25 +0100 |
---|---|---|
committer | Yash Ranjan <ranjany@vmware.com> | 2021-03-29 15:37:10 +0200 |
commit | 94e1125ea21fcd1758984ebc4e9a1a9cdd56adfd (patch) | |
tree | 891b8fdef4b6066480caa0ab94818dbb2ef3f6ba /doc/user/ospf6d.rst | |
parent | ospf6d: Add logic to set metric if route-map not present (diff) | |
download | frr-94e1125ea21fcd1758984ebc4e9a1a9cdd56adfd.tar.xz frr-94e1125ea21fcd1758984ebc4e9a1a9cdd56adfd.zip |
doc: Add documentation for default-information originate.
Signed-off-by: Yash Ranjan <ranjany@vmware.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/ospf6d.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst index 607acd370..17251e11a 100644 --- a/doc/user/ospf6d.rst +++ b/doc/user/ospf6d.rst @@ -139,6 +139,12 @@ Redistribute routes to OSPF6 Redistribute routes from other protocols into OSPFv3. +.. index:: default-information originate [{always|metric (0-16777214)|metric-type (1-2)|route-map WORD}] +.. clicmd:: default-information originate [{always|metric (0-16777214)|metric-type (1-2)|route-map WORD}] + + The command injects default route in the connected areas. The always + argument injects the default route regardless of it being present in the + router. Metric values and route-map can also be specified optionally. .. _showing-ospf6-information: |