From bcc77c0b32026f57fb3dda0d828e6a22687eac8e Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Mon, 11 Sep 2023 13:50:23 +0200 Subject: [PATCH] doc: update redistribute table-direct command Add the redistribute table/table-direct command in the user guide. Signed-off-by: Philippe Guibert --- doc/user/bgp.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index ba6c16056084..41928bd71ed1 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1300,10 +1300,14 @@ section for the specific AF to redistribute into. Protocol availability for redistribution is determined by BGP AF; for example, you cannot redistribute OSPFv3 into ``address-family ipv4 unicast`` as OSPFv3 supports IPv6. -.. clicmd:: redistribute [metric (0-4294967295)] [route-map WORD] +.. clicmd:: redistribute [metric (0-4294967295)] [route-map WORD] Redistribute routes from other protocols into BGP. +.. clicmd:: redistribute (1-65535)] [metric (0-4294967295)] [route-map WORD] + +Redistribute routes from a routing table number into BGP. + .. clicmd:: redistribute vnc-direct Redistribute VNC direct (not via zebra) routes to BGP process.