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'
> 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} .
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
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
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
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
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
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
> 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
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
>> 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
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
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
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
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.
>
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
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
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
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
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
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, Илья Шип
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
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
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
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
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
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
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
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
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
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
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
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
33 matches
Mail list logo