From fb220832ad6c8bbff443fe70bf82ee10fcba4b3a Mon Sep 17 00:00:00 2001 From: Duncan Eastoe Date: Thu, 9 Jul 2020 12:52:38 +0100 Subject: [PATCH] doc/user: Update ospf6d area interface command "interface area " now accepts in decimal or IP format. Signed-off-by: Duncan Eastoe --- doc/user/ospf6d.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst index cd095af86..6295ba929 100644 --- a/doc/user/ospf6d.rst +++ b/doc/user/ospf6d.rst @@ -20,8 +20,11 @@ OSPF6 router Set router's Router-ID. -.. index:: interface IFNAME area AREA -.. clicmd:: interface IFNAME area AREA +.. index:: interface IFNAME area (0-4294967295) +.. clicmd:: interface IFNAME area (0-4294967295) + +.. index:: interface IFNAME area A.B.C.D +.. clicmd:: interface IFNAME area A.B.C.D Bind interface to specified area, and start sending OSPF packets. `area` can be specified as 0. -- 2.39.5