From f7a7a936d4b1b2b0028fcfc1a1fcebfd069b239b Mon Sep 17 00:00:00 2001 From: zsdc Date: Fri, 9 Aug 2019 18:19:46 +0300 Subject: [bfd] T1183: Added some new functionality and fixed bugs in BFD: * added option "echo-mode" and "echo-interval" for BFD peers * added configuration check for usage "multihop" and "echo-mode" * added configuration check for denying deletion BFD peers, which are used in BGP configuration * fixed deleting/changing BFD peers with custom parameters (for example multihop, local-address, etc.) * deleted wrong skipping of configuration check for "shutdown" BFD peers --- interface-definitions/protocols-bfd.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'interface-definitions/protocols-bfd.xml') diff --git a/interface-definitions/protocols-bfd.xml b/interface-definitions/protocols-bfd.xml index 47d5bf97d..f2d7d7d2f 100644 --- a/interface-definitions/protocols-bfd.xml +++ b/interface-definitions/protocols-bfd.xml @@ -91,6 +91,18 @@ + + + Echo receive transmission interval + + 10-60000 + The minimal echo receive transmission interval that this system is capable of handling + + + + + + @@ -105,6 +117,12 @@ + + + Enables the echo transmission mode + + + -- cgit v1.2.3