> On Tue, Jun 10, 2014 at 1:44 PM, Eric Cables <[email protected]> wrote: >> Any thoughts? The goal is to make this configuration as dynamic as >> possible, so that it can be deployed to a number of systems without manual >> changes on each.
You might want to split your config in multiple files (e.g. a common 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
