protocol direct + protocol kernel + multitables
Roberto Moreda
moreda at alfa21.com
Mon Jun 21 12:22:34 CEST 2004
Hi!
I'm trying to use bird as a "propagator" of direct routes defined by
interfaces to other tables than the default. Just playing around a
bit.
My conf is:
table test;
protocol direct {
table test;
import all;
}
protocol kernel {
table test;
persist;
scan time 20;
export all;
kernel table 2;
}
protocol device {
scan time 10;
}
If my machine has as main routing table:
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.20
default via 192.168.1.1 dev eth0
... can I expect to have this entries replicated in kernel table 2?
(my results show that I don't get this)
Is it possible to do that?
Thanks in advance.
Roberto
More information about the Bird-users
mailing list