Is it possible to change metrics for the default route at runtime?
I have an application that I would like to run generating traffic over one interface at a time, so I need to promote and demote the routes to get the traffic generated over the correct one.
I can listen to netfilter messages to make sure the correct thing has happened and that nothing is interrupted, but I'm not sure how to make the correct thing happen to begin with.
Will a SIGHUP cause the yaml file to be reloaded, or is there another way to perform runtime reconfiguration?
Is it possible to change metrics for the default route at runtime?
I have an application that I would like to run generating traffic over one interface at a time, so I need to promote and demote the routes to get the traffic generated over the correct one.
I can listen to netfilter messages to make sure the correct thing has happened and that nothing is interrupted, but I'm not sure how to make the correct thing happen to begin with.
Will a SIGHUP cause the yaml file to be reloaded, or is there another way to perform runtime reconfiguration?