Hi,
GoBGP doesn’t have built-in template feature.
However, since GoBGP uses standard format (toml, yaml, json) for its
configuration file,
I’d recommend to generate a configuration file using any programming languages
you like.
Thanks,
Wataru
> On Feb 10, 2017, at 7:02 PM, Stefan Plug wrote:
Hi guys,
I'm new to the GoBGP scene so please excuse the following noob question, but I
can't seem to find anything for it
Is there any way to define variables in the config?
For example in BIRD I would do:
define RSasn = 1234;
protocol bgp '123' {
...
local as RSasn;
...
}
protocol bgp '5