<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Hello.<br><br>I want to be able to reload bird's configuration so it will not change current protocol's state. For example if I run bird with some protocols and then disable one of them from the console and at finally I run "configure" of "configure soft" to reload a configuration (new filters for example) - I get that protocol restarted too:<br><br>bird> show protocols<br>name proto table state since info<br>device1 Device master up 2017-09-09 <br>static1 Static master up 18:07:29 <br>bird> disable static1<br>static1: disabled<br>bird> show protocols<br>name proto table state since info<br>device1 Device master up 2017-09-09 <br>static1 Static master down 18:10:01 <br>bird> configure soft<br>Reading configuration from /etc/bird.conf<br>Reconfigured<br>bird> show protocols<br>name proto table state since info<br>device1 Device master up 2017-09-09 <br>static1 Static master up 18:10:10 <br>bird><br><br>But I want protocol to still be disabled in this case. Because I have disabled it manually and want it to be started manually.<br>Is there a way of reloading configuration, keeping manual state of protocols? I have already tried documentation and Google, but with no luck.<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div><br></div></div>