> On Tue, Jun 10, 2014 at 1:44 PM, Eric Cables <ecables@gmail.com> wrote:
>> Any thoughts? The goal is to make this configuration as dynamic asYou might want to split your config in multiple files (e.g. a common
>> possible, so that it can be deployed to a number of systems without manual
>> changes on each.
one and a router specific one) and include them.
E.g. each of our bird config files contains a line like this:
include "/etc/bird/bird.conf.local";
In that file we specify the router id and a couple of variables used
in otherwise common configurations.
Best Regards,
Freddy