From 8277d906cbe811064174b231cf2e4ffca2975fdc Mon Sep 17 00:00:00 2001 From: Ferran Tufan Date: Sat, 5 Feb 2022 21:07:51 +0100 Subject: BFD: fix commands for operational mode and configuration mode Per https://phabricator.vyos.net/T3267, per-interface configuration for OSPF has been moved from the 'interface' to the 'protocols' tree. Finally, for op-mode, per https://phabricator.vyos.net/T4077, 'show protocols bfd' has been renamed to 'show bfd'. --- docs/configuration/protocols/bfd.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/configuration/protocols/bfd.rst b/docs/configuration/protocols/bfd.rst index 60f9ffd0..dac1bf0f 100644 --- a/docs/configuration/protocols/bfd.rst +++ b/docs/configuration/protocols/bfd.rst @@ -1,4 +1,4 @@ -:lastproofread: 2021-09-28 +:lastproofread: 2022-02-05 .. include:: /_include/need_improvement.txt @@ -72,11 +72,11 @@ Enable BFD in BGP Enable BFD in OSPF ------------------ -.. cfgcmd:: set interfaces ethernet ip ospf bfd +.. cfgcmd:: set protocols ospf interface bfd Enable BFD for OSPF on an interface -.. cfgcmd:: set interfaces ethernet ipv6 ospfv3 bfd +.. cfgcmd:: set protocols ospfv3 interface bfd Enable BFD for OSPFv3 on an interface @@ -93,7 +93,7 @@ Enable BFD in ISIS Operational Commands ==================== -.. opcmd:: show protocols bfd peer +.. opcmd:: show bfd peers Show all BFD peers -- cgit v1.2.3