diff --git a/doc/bird.sgml b/doc/bird.sgml index faf64af9..a760b9db 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -94,9 +94,16 @@ protocols to be incorporated easily. Among other features, BIRD supports: Czech Republic as a student project. It can be freely distributed under the terms of the GNU General Public License. -
BIRD has been designed to work on all UNIX-like systems. It has been developed and -tested under Linux 2.0 to 2.6, and then ported to FreeBSD, NetBSD and OpenBSD, porting to other -systems (even non-UNIX ones) should be relatively easy due to its highly modular architecture. +
BIRD has been designed to work on all UNIX-like systems. It has +been developed and tested under Linux 2.0 to 2.6, and then ported to +FreeBSD, NetBSD and OpenBSD, porting to other systems (even non-UNIX +ones) should be relatively easy due to its highly modular +architecture. + +
BIRD supports either IPv4 or IPv6 protocol, but have to be compiled
+separately for each one. Therefore, a dualstack router would run two
+instances of BIRD (one for IPv4 and one for IPv6), with completely
+separate setups (configuration files, tools ...).