Ability to blacklist managed routes on client side

Hello,

I would like to be able to prevent (blacklist) the installation of some of managed routes on local node (client) via local.conf. For example:

{
“route”: {
“10.0.0.0/24”: {
“blacklist”: true
}
}

With such option route for 10.0.0.0/24 will not be installed on local node.

Or maybe there is any other option to prevent installing some routes?

Best regards

Ok. I checked the source code and this can be done via:

allowManaged=10.241.0.0/16,192.168.1.0/24,192.168.5.0/24

Thanks ZT :slight_smile: