Another solution I use is exabgp as a route injector to bird.
Regards,
Le 15/04/2016 à 23:04, Pavel Odintsov a écrit :
Hello!
Sorry for off-topic posing here but you could try GoBGP for this task.
Bird is awesome for route server but for route-injection you could use
something more lightweight.
It's very simple and do it with one API command:
gobgp global rib add 2001:123:123:1::/64 -a ipv6
gobgp global rib del 2001:123:123:1::/64 -a ipv6
Configuration also very straightforward /etc/gobgpd.conf:
[global.config]
as = 198068
router-id = "10.0.3.115"
[[neighbors]]
[neighbors.config]
neighbor-address = "10.0.3.116"
peer-as = 9010
[neighbors.ebgp-multihop.config]
enabled = true
[[neighbors.afi-safis]]
afi-safi-name = "ipv6-unicast"