It’s not possible - the whole purpose of namespaces *is* separation. The only
way to exchange routes is to run multiple instances of bird in the different
namespaces and set up a (veth) link between them.
Best
Remco
> On 7 Jun 2019, at 09:19, Jakub Nowacki wrote:
>
> Hi,
>
> I'm trying to f
Hi Maria!
> On 22 Mar 2019, at 14:24, Maria Matejka wrote:
>
> Hello!
>
> On 3/22/19 1:29 PM, remco van mook wrote:
>
>> Ideally I’d like to replace a statement like
>> print "REJECTING: ",net.ip,"/",net.len," received from ",fro
Hi,
would it be possible to add a function to Bird that’s essentially the same as
syslog in C? That way we can have filters/function log messages including
severity which is very helpful for debugging and monitoring.
I tried to implement this in the bird configuration language itself, but got