summaryrefslogtreecommitdiffstats
path: root/infra/bgp-translate-impl/asciidoc/Readme.adoc
blob: df50659a08bbe1bccc01f7562166b18cc18b2ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
= bgp-translate-impl

Provides simple implementation of route writers.

LocRibWriter provides route translation for routes in local RIB.
LocRibWriter registers DataTreeChangeListener for given route type to specific route writers.

RouteWriters receive create/update/delete notifications for single route modifications
in LocRib DS.

RouteWriter can translata RIB update to any other format, e.g. device FIB.