From 5ebb223905d3beab58ff54f4228714c772ffd75a Mon Sep 17 00:00:00 2001 From: anlancs Date: Sun, 27 Jun 2021 13:52:26 +0800 Subject: [PATCH] doc: add a note for ospfd instances Multiple instances of ospfd don't support vrf henceforth. Signed-off-by: anlancs --- doc/user/ospfd.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index 692ce8c1b2..8d67ec865f 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -80,11 +80,13 @@ Routers To start OSPF process you have to specify the OSPF router. -.. clicmd:: router ospf [(1-65535)] vrf NAME +.. clicmd:: router ospf [{(1-65535)|vrf NAME}] Enable or disable the OSPF process. + Multiple instances don't support `vrf NAME`. + .. clicmd:: ospf router-id A.B.C.D -- 2.39.5