Export to kernel table - no gateway

2018-02-25 Thread Tom Funken
Hey, is there a way to define the gateway when export to the kernel table? I've seen some others using "filter { gw = 10.0.0.0; accept; }" on the import. But, when I do it, it will filter all import routes and non of them will be accepted. Regards, Tom  

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;

route filter by bgp_path

2018-02-25 Thread 彭勇
i would like to filter route which last as is 4134 or the second last AS is 4134. the following command only show second last AS is 4134: show route where (bgp_path ~ [= * 4134 ? =] how can i do it? -- Peng Yong

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