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 '567' {
...
local as RSasn;
...
}
In GoBGP I would expect something like this to work, but it doesn't:
[template]
RSasn = 9032
[global.config]
as = RSasn
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
gobgp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gobgp-devel