22 Jun
2000
22 Jun
'00
7:15 p.m.
Date: Thu, 22 Jun 2000 10:55:06 +0200 From: Martin Mares <mj@ucw.cz>
Ah, kernel routes are insufficient?
Yes. Unless you specify the "learn" switch in configuration of the Kernel protocol, BIRD never imports any routes from the kernel tables. You should probably change the sample config of the documentation, section "6.4 Kernel" to include "learn". A simple configuration can look this way: protocol kernel { learn; import all; export all; } Or otherwise note that 'device' routes should be included.