Hello everyone, I am experiencing a problem where upon issuing "birdc configure" (or "birdc6 configure") some strange things happen. There are two main things I run into: 1) When adding or removing routes from a static protocol, after reconfiguring suddenly bird stops importing any routes at all from this protocol. Relevant parts of my (admittedly fairly large) config (taken from my bird6 config) are attached as conf1.conf. 2) When editing filters on, for example, a bgp protocol upon configuring it will occasionally stop exporting prefixes or not update what it's exporting. (Meaning that a prefix that became unfiltered won't be exported until the protocol is restarted.) Relevant configs for this are attached as conf2.conf. A lot of these issues sound like bird simply not properly re-applying filters after they have changed. Both problems can be worked around be restarting the affected protocols. However this is not a viable long-term solution as flapping bgp sessions (or just flat out restarting routers when a lot of protocols exhibit these issues) It would be nice if somebody could give me some insight into what is happening as these issues will cause routers to drop offline when doing a simple adjustment like adding a prefix. As you can surely imagine, this is a big problem for me. For now I'm trying to reconfigure bird as little as possible, to hopefully keep some semblance of stability. Thank you