Re: Bird 1.5 and 1.6 memory leak

2018-04-13 Thread Jan Maria Matějka
Hello, if it occurs also on 1.6.4, could you please add also "birdcl show route count" output and some logs with debug all switched on? How does it get leaked, do you reconfigure many times? Does the memory consumption increase gradually or by larger amounts? Thanks Maria Quidquid latine dictu

Re: Unix virtual interfaces

2018-04-12 Thread Jan Maria Matějka
Try # ip link add lo1 type dummy # ip a add 10.10.10.10/24 dev lo1 The ifconfig tool is deprecated. M. Quidquid latine dictum sit, altum videtur. -Original Message- From: RICCARDO RUSSO To: bird-users@network.cz Sent: Thu, 12 Apr 2018 4:41 PM Subject: Unix virtual interfaces Hello,

Re: BGP import route

2018-04-11 Thread Jan Maria Matějka
Hello! First of all, we don't support this old version. Please upgrade, either to 1.6.4 or to 2.0.2. Second, the other side seems to send multiprotocol NLRI to you. BIRD in 1.x versions AFAIK does not support this extension and should not announce it. What is the remote software? Writing fro

Re: RPKI / roa_check() question - BIRD 2.0.2

2018-04-11 Thread Jan Maria Matějka
The bgp_path.last_nonaggregated attribute should help you. Don't have user manual right now here, writing from my phone, just trying to recall it from my memory. Maria Quidquid latine dictum sit, altum videtur. -Original Message- From: Radu Anghel To: bird-users@network.cz Sent: We

Re: Can't Log information about a double

2018-04-02 Thread Jan Maria Matějka
Bird's internal sprintf doesn't support floats, at least for now, in 1.6.x probably forever. There may be some patch that adds it. Look for some branch with "flowspec", I think I was implementing something like this for printing BGP flowspec and it is probably not merged. I don't have the git he

Re: static routes and 'src' parameter

2018-03-20 Thread Jan Maria Matějka
We may also add iface address access in future but it isn't as easy as it seems. The iface may have more than one address and we still don't have a method to iterate over a list in filters. Anyway, the "foreach" construction is on our todo list... Stay tuned! M. Quidquid latine dictum sit, alt

Re: Version 2.0.1

2018-01-18 Thread Jan Maria Matějka
Hi, there definitely is some segfault fix but there may be more bugs. If you could send at least your config file, it would be helpful. Anyway, the crash file (corefile) will help much more. Thanks Maria Quidquid latine dictum sit, altum videtur. -Original Message- From: "David S."