Re: BIRD 2.0.2 documentation build failure

2018-12-11 Thread Robert Scheck
On Tue, 11 Dec 2018, Ondrej Zajicek wrote: > I guess this is a typo and it should be: > > - "$main::prefix/share/sgml/sgml-iso-entities-8879.1986/catalog:"; > + "$main::prefix/share/sgml/sgml-iso-entities-8879.1986/catalog:" . > > to include both paths? yes, unfortunately it's a typo. I'

Re: BIRD 2.0.2 documentation build failure

2018-12-11 Thread Ondrej Zajicek
> diff --git a/doc/LinuxDocTools.pm b/doc/LinuxDocTools.pm > index 39bb401..d73fc75 100644 > --- a/doc/LinuxDocTools.pm > +++ b/doc/LinuxDocTools.pm > @@ -242,6 +242,7 @@ sub process_options ># removes iso-entites sub directory after doing make install.) ># >$ENV{SGML_CATALOG_FILES} .

Re: BIRD 2.0.2 documentation build failure

2018-11-29 Thread Ondrej Zajicek
On Tue, Nov 27, 2018 at 11:03:23PM +0100, Robert Scheck wrote: > Hello Ondrej, > > On Tue, 27 Nov 2018, Ondrej Zajicek wrote: > > Build of documentation is integrated in main build system, so you are not > > supposed to do 'make -C doc', but use make with appropriate target (e.g. > > progdocs) fro

Re: BIRD 2.0.2 documentation build failure

2018-11-27 Thread Robert Scheck
Hello Ondrej, On Tue, 27 Nov 2018, Ondrej Zajicek wrote: > Build of documentation is integrated in main build system, so you are not > supposed to do 'make -C doc', but use make with appropriate target (e.g. > progdocs) from BIRD root directory. ah, there's my mistake. However, a regular "./confi

Re: BIRD 2.0.2 documentation build failure

2018-11-26 Thread Ondrej Zajicek
On Tue, Nov 27, 2018 at 01:43:46AM +0100, Robert Scheck wrote: > Hello, > > I'm trying to build the documentation of BIRD 2.0.2 on Fedora and RHEL/ > CentOS 7 which fails like this: > > --- snipp --- > + /usr/bin/make -j4 -C doc Hello Build of documentation is integ

BIRD 2.0.2 documentation build failure

2018-11-26 Thread Robert Scheck
Hello, I'm trying to build the documentation of BIRD 2.0.2 on Fedora and RHEL/ CentOS 7 which fails like this: --- snipp --- + /usr/bin/make -j4 -C doc make: Entering directory `/builddir/build/BUILD/bird-2.0.2/doc' make: Leaving directory `/builddir/build/BUILD/bird-2.0.2/doc' ma

Re: BIRD 2.0.2 segfaulting

2018-11-06 Thread Ondrej Zajicek
On Tue, Nov 06, 2018 at 01:56:29PM +0700, Clemens Schrimpe wrote: > > You can use filters: show route table r4 where net.asn = 4711 > > But > > show route table r4 where net = 1.1.1.0/24 > or even > show route table r4 for 1.1.1.1 > > doesn’t work. It that by design or just an over

Re: BIRD 2.0.2 segfaulting

2018-11-05 Thread Maria Jan Matějka
On November 6, 2018 7:52:09 AM GMT+01:00, Clemens Schrimpe wrote: >> You can use filters: show route table r4 where net.asn = 4711 > >That indeed works. And now I also found what I was looking for in the >documentation: > >> NET_ROA4 and NET_ROA6 prefixes hold an IP prefix range together with

Re: BIRD 2.0.2 segfaulting

2018-11-05 Thread Clemens Schrimpe
> You can use filters: show route table r4 where net.asn = 4711 That indeed works. And now I also found what I was looking for in the documentation: > NET_ROA4 and NET_ROA6 prefixes hold an IP prefix range together with an ASN. > They support the same special operators as IP prefixes, and also

Re: BIRD 2.0.2 segfaulting

2018-11-05 Thread Ondrej Zajicek
On Tue, Nov 06, 2018 at 08:28:00AM +0700, Clemens Schrimpe wrote: > > Currently ROA has to be specified as a whole, including maxlen and ASN, > > not just its prefix. Confusingly, it uses slightly different syntax > > to enter ROAs and to print ROAs: > > > > bird> show route 212.1.128.0/19 max 19

Re: BIRD 2.0.2 segfaulting

2018-11-05 Thread Clemens Schrimpe
>> In my attempts to examine ROA tables more closely I entered „show route >> table r4 all“ into birdc and bird immediately segfaulted and died. > > Hello > > Does it crash without 'all'? Works for me: No. It’s just the „all“ keyword bringing it to its knees. > Attached patch should fix the c

Re: BIRD 2.0.2 segfaulting

2018-11-05 Thread Ondrej Zajicek
On Mon, Nov 05, 2018 at 08:47:36AM +0700, Clemens Schrimpe wrote: > Hello - > > just wanted to report a little (easily reproducable) problem: I’m > experimenting with BIRD 2.0.2 on a lab-router (Ubiquiti Edgerouter, MIPS > platform) and RPKI. > > In my attempts to ex

Re: BIRD 2.0.2 segfaulting

2018-11-04 Thread Maria Jan Matějka
November 5, 2018 2:47:36 AM GMT+01:00, Clemens Schrimpe wrote: >Hello - > >just wanted to report a little (easily reproducable) problem: I’m >experimenting with BIRD 2.0.2 on a lab-router (Ubiquiti Edgerouter, >MIPS platform) and RPKI. > >In my attempts to examine ROA tables m

BIRD 2.0.2 segfaulting

2018-11-04 Thread Clemens Schrimpe
Hello - just wanted to report a little (easily reproducable) problem: I’m experimenting with BIRD 2.0.2 on a lab-router (Ubiquiti Edgerouter, MIPS platform) and RPKI. In my attempts to examine ROA tables more closely I entered „show route table r4 all“ into birdc and bird immediately

Re: BIRD 2.0.2 VPNv4 RD Filter

2018-10-25 Thread Ondrej Zajicek
On Thu, Oct 25, 2018 at 11:39:59AM +0200, Ondrej Zajicek wrote: > > Last but not least. I have found a undocumented function 'format()'. This > > function seems to return a string and shell patterns work. I guess the > > function should not be used in production so I just used it for testing. >

Re: BIRD 2.0.2 VPNv4 RD Filter

2018-10-25 Thread Ondrej Zajicek
On Thu, Oct 25, 2018 at 05:55:45AM +, Hombach, Tobias wrote: > Hi, > > Is it possible in current BIRD 2.0.2 release to filter (more dynamically) > VPNv4 prefixes based on RD? In our scenario, we want to use BIRD to connect > large VPNv4 landscapes and want to filter prefixes

BIRD 2.0.2 VPNv4 RD Filter

2018-10-24 Thread Hombach, Tobias
Hi, Is it possible in current BIRD 2.0.2 release to filter (more dynamically) VPNv4 prefixes based on RD? In our scenario, we want to use BIRD to connect large VPNv4 landscapes and want to filter prefixes based on RD on Route Server ingress. I can extract RD from VPNv4 prefix with special

Re: Bird 2.0.2

2018-09-11 Thread Jan Maria Matejka
Hello! > BGP direct not working with Bird 2.0.2. Only multihop working. > > When I try to use direct mode bird didn`t listen tcp port and don`t > send packets to remote Please send your config to the list to let us find out whether it is a software bug or config bug. Thanks Maria

Bird 2.0.2

2018-09-10 Thread Шарпаев Антон
BGP direct not working with Bird 2.0.2. Only multihop working. When I try to use direct mode bird didn`t listen tcp port and don`t send packets to remote

Re: bird-2.0.2: centos 7 rpm ?

2018-05-28 Thread Илья Шипицин
how those packages are built ? gitlab ? 2018-05-28 6:28 GMT+05:00 D Tucny : > Hi, > > There is an official CentOS 7 repository. http://bird. > network.cz/?download&tdir=centos/7/x86_64/ which currently has up to > 1.6.4. > > There was a thread a few days ago that indicated that packages for bird

Re: bird-2.0.2: centos 7 rpm ?

2018-05-27 Thread D Tucny
Hi, There is an official CentOS 7 repository. http://bird.network.cz/?download&tdir=centos/7/x86_64/ which currently has up to 1.6.4. There was a thread a 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, Илья Шип

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: BIRD 2.0.2 and 1.6.4

2018-04-23 Thread Aris Lambrianidis
together. Best wishes, Peter -Oryginalna wiadomość- From: Ondrej Filip Sent: Thursday, March 22, 2018 1:36 PM To: bird Subject: BIRD 2.0.2 and 1.6.4 Dear BIRD users, we just released two new versions - 1.6.4 and 2.0.2. There is an important security bugfix in both. Upgrade is highly

Re: bird 2.0.2 does not propagate krt_metric set in static routes when exporting to kernel (and couple other small issues in static protocol)

2018-04-15 Thread Alexander Demenshin
On 2018-04-15 06:42, Radu Anghel wrote: You need to set metric 0; in your kernel protocol in order to have custom krt_metric per route. Now I see, thank you... how could I miss it in docu :) Though, this has a nasty side effect - it is impossible to set "default" metric on export and then ove

Re: bird 2.0.2 does not propagate krt_metric set in static routes when exporting to kernel (and couple other small issues in static protocol)

2018-04-14 Thread Radu Anghel
2018 00:57, Alexander Demenshin wrote: > Hi, > > Looks like setting of krt_metric in bird 2.0.2 does not work like in > bird 1.6. > > Construction like: > > protocol static static4 { >   route 0.0.0.0/0 via 1.1.1.1 { >     krt_metric = 1; >   }; > } > > is a

bird 2.0.2 does not propagate krt_metric set in static routes when exporting to kernel (and couple other small issues in static protocol)

2018-04-14 Thread Alexander Demenshin
Hi, Looks like setting of krt_metric in bird 2.0.2 does not work like in bird 1.6. Construction like: protocol static static4 { route 0.0.0.0/0 via 1.1.1.1 { krt_metric = 1; }; } is accepted, I see the route exported to the kernel, but with default bird metric 32. Yes, I know

Re: RPKI / roa_check() question - BIRD 2.0.2

2018-04-11 Thread Radu Anghel
Thank you, it works with last_nonaggregated, I don't know how I didn't notice that in the doc. Radu On 11.04.2018 20:06, Matthias Waehlisch wrote: > Hi Radu, > > the path includes an AS-set ({30884 65004 65005}). > > "Both first and last return zero if there is no appropriate ASN, for > exam

Re: RPKI / roa_check() question - BIRD 2.0.2

2018-04-11 Thread Jan Maria Matějka
Sent: Wed, 11 Apr 2018 6:34 PM Subject: RPKI / roa_check() question - BIRD 2.0.2 Hello, I have found this while doing RPKI validation: net = 94.127.104.0/21 bgp_path = 48112 6830 174 13110 {30884 65004 65005} BGP.aggregator: 10.253.27.1 AS13110 (don't know how to read this from a var) roa_c

RPKI / roa_check() question - BIRD 2.0.2

2018-04-11 Thread Radu Anghel
Hello, I have found this while doing RPKI validation: net = 94.127.104.0/21 bgp_path = 48112 6830 174 13110 {30884 65004 65005} BGP.aggregator: 10.253.27.1 AS13110 (don't know how to read this from a var) roa_check(rpki4, net, bgp_path.last) returns ROA_INVALID because BIRD thinks bgp_path.last

Re: BIRD 2.0.2 and 1.6.4

2018-03-22 Thread Toke Høiland-Jørgensen
Piotr Marciniak writes: > Hello Ondrej, > > Thx for info. When is it expected 1.6.4 to be added to Debian (and others) > repo? Of course we can build from source but it helps keeping everything > together. Adding to this, do you have plans to add 2.0 releases to the Debian repo at bird.network

Re: BIRD 2.0.2 and 1.6.4

2018-03-22 Thread Piotr Marciniak
Subject: BIRD 2.0.2 and 1.6.4 Dear BIRD users, we just released two new versions - 1.6.4 and 2.0.2. There is an important security bugfix in both. Upgrade is highly recommended. Version 2.0.2 (2018-03-22) o Source-specific routing support for Linux kernel and Babel o BGP: New option 'di

Re: BIRD 2.0.2 and 1.6.4

2018-03-22 Thread Ondrej Zajicek
On Thu, Mar 22, 2018 at 01:36:55PM +0100, Ondrej Filip wrote: > Dear BIRD users, > we just released two new versions - 1.6.4 and 2.0.2. There is an > important security bugfix in both. Upgrade is highly recommended. Note that the security issue is limited to DoS (crash) triggerable from birdc clie

BIRD 2.0.2 and 1.6.4

2018-03-22 Thread Ondrej Filip
Dear BIRD users, we just released two new versions - 1.6.4 and 2.0.2. There is an important security bugfix in both. Upgrade is highly recommended. Version 2.0.2 (2018-03-22) o Source-specific routing support for Linux kernel and Babel o BGP: New option 'disable after cease' o Filter: Allow