Hello,
when trying to reload a fully compatible/correct configuration file in
bird 2.0.6 or 2.0.7, I get the following answer:
bird> reload
syntax error, unexpected END
If I then just restart the whole daemon, there is no problem:
router1:~# /etc/init.d/bird stop
* Stopping bird ... [ ok ]
router1:~# /etc/init.d/bird start
* Starting bird ... [ ok ]
router1:~#
What's the best way of debugging this?
Best,
Nico
p.s.: I have seen similar problems in bird1 before that reloading seems
to parse the configuration "differently" than starting.
--
Modern, affordable, Swiss Virtual Machines. Visit www.datacenterlight.ch
Hello,
FreeBSD does not support MPLS and VRF, but it support ECMP by recompile kernel with “options RADIX_MPATH”, and quagga/frr have supported it for few years . Not much of people use MPLS on freeware. BSDer always use multi routing tables which FB called FIB to replace VRF. It’s limited, but it’s usable to most people.
For the past years, FB has refactored the routing subsystem aimed to reduce contentions on SMP systems, [1][2]. Linux is winner, but now FB can archive up to 10MPPS forward rate on one 8-core x86 server. It’s enough to many people, right ?
And FB has an awesome feature called vimage/vnet, it’s similar to LXC on Linux with different implementation. We run serval bird/frr instance in different vnet jail on one host, and run serval on another host for hot backup or load sharing, each instance is independent with ~5% performance loss.
Simon Ke
20191031
[1] https://wiki.freebsd.org/ProjectsRoutingProposal
[2] https://wiki.freebsd.org/ProjectsRoutingProposal/API