From 300bd0eb85d14523ea7f0a7a3a4d92184f3c4fb3 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Fri, 9 Jun 2017 11:56:20 +0200 Subject: [PATCH] Babel: Add documentation for dual-stack operation and options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This updates the documentation for the Babel protocol to mention the fact that it now supports dual-stack operation, and adds documentation for the new next hop options. Thanks to Toke Høiland-Jørgensen for the patch. --- doc/bird.sgml | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 01b59c6a..964895e3 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1596,13 +1596,12 @@ networks. Babel is conceptually very simple in its operation and "just works" in its default configuration, though some configuration is possible and in some cases desirable. -

While the Babel protocol is dual stack (i.e., can carry both IPv4 and IPv6 -routes over the same IPv6 transport), BIRD presently implements only the IPv6 -subset of the protocol. No Babel extensions are implemented, but the BIRD -implementation can coexist with implementations using the extensions (and will -just ignore extension messages). +

The Babel protocol is dual stack; i.e., it can carry both IPv4 and IPv6 +routes over the same IPv6 transport. For sending and receiving Babel packets, +only a link-local IPv6 address is needed. -

The Babel protocol implementation in BIRD is currently in alpha stage. +

BIRD does not implement any Babel extensions, but will coexist with +implementations using extensions (and will just ignore extension messages). Configuration

; + next hop ipv6
; }; } @@ -1680,6 +1681,18 @@ protocol babel [] { routes received from them are withdrawn. It is possible that some hardware drivers or platforms do not implement this feature. Default: yes. + +