From da6b852814faf9f46f620d6897f2575257210478 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 29 Apr 2025 09:42:39 -0400 Subject: [PATCH] doc: Fix missing `default-information originate` for isis The default-information originate command was missing from the isis documentation. Let's add it in. Signed-off-by: Donald Sharp --- doc/user/isisd.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/user/isisd.rst b/doc/user/isisd.rst index 3a0f277bf0..a6633ea3b1 100644 --- a/doc/user/isisd.rst +++ b/doc/user/isisd.rst @@ -168,7 +168,14 @@ flavors (local LFA, Remote LFA and TI-LFA). .. clicmd:: redistribute table (1-65535) [metric (0-16777215)|route-map WORD] Redistribute routes from a given routing table into the given ISIS - level database. + level database. Any default route will be ignored unless the + `default-information originate` command is specified. + +.. clicmd:: default-information originate [always] [metric (0-16777214)|route-map WORD] + + Originate a default route into the given ISIS level datbase. + The `always` command will turn it on by default even if there + is no default route in the system. .. _isis-region: -- 2.39.5