memory leak bird
Network Administration
noc at clouddancer.com
Thu Jun 22 21:15:51 CEST 2000
Date: Thu, 22 Jun 2000 10:55:06 +0200
From: Martin Mares <mj at 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.
More information about the Bird-users
mailing list