[PATCH] bird: treat former classe addresses as valid addresses

2018-12-11 Thread Dave Taht
There is no reason to disallow the former class e address space, except in a bogon file. --- lib/ip.c | 8 ++-- lib/ip.h | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/ip.c b/lib/ip.c index 2050d19e..022c7d74 100644 --- a/lib/ip.c +++ b/lib/ip.c @@ -100,8 +100,12 @

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} .

ospf with bfd ecmp conf

2018-12-11 Thread Alon Dotan
Hey All, Im trying to configure the folowing topology: lns box (multiple ppp devices that connect and disconnect) -> multiple default gw (gw load balance) the issue is if one of the multiple gw crash I got routing blackhole... Im trying to configurefd to delete dead peers from the osp routin