<div dir="ltr"><div>Hello,</div><div><br></div><div>I am trying to change my bird config file and then reload it, but when I try to do</div><div><b>reload all</b> or <b>reload in all </b><br></div><div>reload will fail at static1 and static2, but<b> reload out all</b> will be successful.</div><div>I am not sure what I am missing, your help is much appreciated.</div><div><br></div><div>I have the below configs:<br></div><div>protocol kernel {<br>        ipv4 {    <br>              table v116;<br>              export all;<br>        };<br>        kernel table 116; }<br>protocol kernel {<br>        ipv4 {<br>              table v1120;<br>              export all;<br>        };<br>        kernel table 1120; }<br>protocol bfd {<br>        interface "eth1" {<br>                min rx interval 20 ms;<br>                min tx interval 50 ms;<br>                idle tx interval 300 ms;<br>        }; }<br></div><div>protocol static {<br>        ipv4 { table v116; };<br>        route <a href="http://0.0.0.0/0">0.0.0.0/0</a> via 10.17.3.236 bfd;<br>}<br>protocol static {<br>        ipv4 { table v1120; };<br>        route <a href="http://0.0.0.0/0">0.0.0.0/0</a> via 10.17.3.232 bfd;<br>}</div><div><br></div><div>Regards,</div><div>Farhad<br></div></div>