From b729e731f99aa6ece085597091618ed559a9f656 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Mon, 18 May 2020 22:16:37 +0200 Subject: [PATCH] RIP: Triggered RIP (demand circuit) documentation --- doc/bird.sgml | 14 +++++++++++++- proto/rip/rip.c | 9 +++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 786f124b..33f6418f 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -4443,7 +4443,8 @@ you can't use RIP on networks where maximal distance is higher than 15 hosts.

BIRD supports RIPv1 (), RIPv2 (), RIPng (), and RIP cryptographic authentication (). +id="2080">), Triggered RIP for demand circuits (), and RIP +cryptographic authentication ().

RIP is a very simple protocol, and it has a lot of shortcomings. Slow convergence, big network load and inability to handle larger networks makes it @@ -4473,6 +4474,7 @@ protocol rip [ng] [<name>] { version 1|2; split horizon <switch>; poison reverse <switch>; + demand circuit <switch>; check zero <switch>; update time <number>; timeout time <number>; @@ -4577,6 +4579,16 @@ protocol rip [ng] [<name>] { used. The poisoned reverse has some advantages in faster convergence, but uses more network traffic. Default: yes. +