Skip to content

Commit

Permalink
Merge pull request #18 from fgschwan/master
Browse files Browse the repository at this point in the history
Added changelog
  • Loading branch information
jozef-slezak committed Oct 10, 2017
2 parents 92b03a3 + b1ccbca commit eb9cda5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,14 @@
# Release v1.0.0 (2017-10-10)

## Initial release

Implemented first and basic plugin that serves as BGP information provider. It uses [GoBGP](https://github.com/osrg/gobgp) library as
source of the BGP information and it provides only the reachable IPv4 routes. Further information about this implementation can be found [here](https://github.com/ligato/bgp-agent/tree/master/bgp/gobgp).

Release also contains [basic example of usage](https://github.com/ligato/bgp-agent/tree/master/examples/gobgp_watch_plugin) of this plugin implementation.

## Known Issues
Use cases regarding dropping connection and reconnection of the Route reflector(BGP node used that plugin uses for getting BGP information) are not taken into account.

## Known Limitiations
The BGP information flow is one directional. We can not advertise the BGP information to the BGP network nodes.

0 comments on commit eb9cda5

Please sign in to comment.