Re: segmentation fault

2019-07-30 Thread Илья Шипицин
are you going to make new release ? вт, 30 июл. 2019 г. в 15:23, Maria Jan Matejka : > On 7/28/19 6:35 PM, Ondrej Zajicek wrote: > > On Sun, Jul 28, 2019 at 06:58:06PM +0500, Илья Шипицин wrote: > >> hello, > >> > >> I'm running bird git-master > >> &

segmentation fault

2019-07-28 Thread Илья Шипицин
hello, I'm running bird git-master config (OSPF +BFD): log "/var/log/bird.log" all; debug protocols all; router id X.X.X.X; filter deny_default { if net = 0.0.0.0/0 then reject; else accept; } filter permit_white { if net ~ [ X.X.X.X/32 ,X.X.X.X/32,X.X.X.X/32 ] then

Re: how to check syntax of bird.conf ?

2018-06-19 Thread Илья Шипицин
That would be nice, I'll try that way On Tue, Jun 19, 2018, 2:00 PM Ondrej Filip wrote: > On 19.6.2018 10:26, Илья Шипицин wrote: > > yep. thanks for the tip. > > > > > > also, is there a way of splitting the following list into 2 lists > > > > f

Re: how to check syntax of bird.conf ?

2018-06-19 Thread Илья Шипицин
', ... is dynamic list, which I'd like to keep in separate file вт, 19 июн. 2018 г. в 13:17, Ondrej Filip : > On 19.6.2018 10:08, Илья Шипицин wrote: > > hello, > > > > we are going to add automation on top of bird.conf > > is there some way to check syntax of it ? >

how to check syntax of bird.conf ?

2018-06-19 Thread Илья Шипицин
hello, we are going to add automation on top of bird.conf is there some way to check syntax of it ?

Re: dependent ospf areas

2018-06-06 Thread Илья Шипицин
no ideas ? вт, 5 июн. 2018 г. в 21:41, Илья Шипицин : > hello, > > we use BIRD with 2 ospf areas: external and internal. > can someone give an advice how to implement dependent filters? > > i.e. "if there are no neighbors on internal, so do not export

dependent ospf areas

2018-06-05 Thread Илья Шипицин
hello, we use BIRD with 2 ospf areas: external and internal. can someone give an advice how to implement dependent filters? i.e. "if there are no neighbors on internal, so do not export anything on external"? and "if there at least one neighbor on internal, export routes on external" thanks!

Re: bird-2.0.2: centos 7 rpm ?

2018-05-28 Thread Илья Шипицин
few days ago that indicated that packages for bird 2 > are expected with the next release. > > Thanks, > > Dan > > On Mon, 28 May 2018 at 02:35, Илья Шипицин <chipits...@gmail.com> wrote: > >> hi, >> >> I wonder if there's official centos 7 repo. >> >

bird-2.0.2: centos 7 rpm ?

2018-05-27 Thread Илья Шипицин
hi, I wonder if there's official centos 7 repo. if there's no such a repo, what do you think about fedora copr ? I can maintain such a repo

Re: how to specify pid file ? (for newsyslog)

2018-02-15 Thread Илья Шипицин
thanks! 2018-02-15 15:58 GMT+05:00 Jan Maria Matejka <jan.mate...@nic.cz>: > On 02/15/2018 06:56 AM, Илья Шипицин wrote: > > hi, > > > > on freebsd I need to specify pid file in order to send a signal to > rotate log: > > > > /etc

how to specify pid file ? (for newsyslog)

2018-02-14 Thread Илья Шипицин
hi, on freebsd I need to specify pid file in order to send a signal to rotate log: /etc/newsyslog.conf: /var/log/bird.log 600 7 100 @0101T JC /var/run/bird.pid SIGHUP ... is there a way to write a pid to file ? I haven't found any Cheers, Ilya Shipitsin

cppcheck on bird-1.6.3

2017-03-16 Thread Илья Шипицин
Hello, I wonder about those issues: [sysdep/unix/krt.c:1189]: (error) Memory is allocated but not initialized: n [sysdep/unix/krt.c:1190]: (error) Memory is allocated but not initialized: n Cheers, Ilya Shipitsin

how to change mtu on freebsd routes

2017-02-27 Thread Илья Шипицин
Hello, I can change mtu manually like route change 192.168.1.1 -mtu 9000 change host 192.168.1.1 how can I do that on routes that come from ospf ? can I run script after route is changed ? thanks! Ilya Shipitsin

how to change OSPF route src ?

2017-02-27 Thread Илья Шипицин
Hello, I run bird on centos with multiple ip addresses. what I want to achive might be easily done by running command ip route change default via $def src N.N.N.N where $def is variable and N.N.N.N is local address how can I achive that with bird ? any ospf route magic ? scripting after bird