Re: How do I configure BIRD to support multiple Linux kernel routing tables?

2018-03-07 Thread Ondrej Zajicek
On Sun, Feb 25, 2018 at 11:51:26AM -0700, Grant Taylor wrote: > I think the key that I was missing was the "table deftab;" outside of > "protocol kernel". > > I also needed to remove the "main" and "default" from the "protocol kernel" > lines. > > And the apparent table name limitation got me.

Re: How do I configure BIRD to support multiple Linux kernel routing tables?

2018-02-25 Thread Grant Taylor
On 02/25/2018 06:01 AM, Ondrej Zajicek wrote: Hello Hi, protocol kernel { learn; export all; import all; # these are default values # table master; # kernel table 254; } table deftab; protocol kernel { learn; export all;

Re: How do I configure BIRD to support multiple Linux kernel routing tables?

2018-02-25 Thread Ondrej Zajicek
On Sat, Feb 24, 2018 at 09:03:28PM -0700, Grant Taylor wrote: > Pre Script: I'm a BIRD n00b > > How do I configure BIRD to support multiple Linux kernel routing tables? > > I have found and tried a few different things on the web, but none seem to > be doing what I want. > > I want to export

Re: How do I configure BIRD to support multiple Linux kernel routing tables?

2018-02-24 Thread Alexander Zubkov
Hello, You need to use "kernel table" option in the kernel protocol to tell bird which table it should look into. On Sun, Feb 25, 2018 at 5:03 AM, Grant Taylor wrote: > Pre Script: I'm a BIRD n00b > > How do I configure BIRD to support multiple Linux kernel routing