<div dir="ltr">Hi all,<br><br>I'm looking for some guidance on running two separate instances of BIRD in two different network namespaces. Do you think it's better to specify two different config files for each namespace, or can I manage both instances using a single config file?<br><br>I've tried using the following commands to run different config files:<br>sudo ip netns exec netns1 bird -c /etc/bird/bird1.conf<br>sudo ip netns exec netns2 bird -c /etc/bird/bird2.conf<br>But it gives the error: I found another BIRD running, so it looks like BIRD can have only a single process running at once.<br>Any insights on how to resolve this?<br><br>Thanks!<br></div>