You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-18Lines changed: 9 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,30 +20,21 @@ The database is tuned to support high transactional rates and storage for millio
20
20
21
21
News
22
22
----
23
-
### Sep-2-2014
24
-
> OpenBMP now fully supports draft-ietf-grow-bmp-07
25
-
26
-
* Added termination message parsing and storage
27
-
* Pseudo schema has been updated to include v_peers
23
+
### Sep-12-2014
24
+
Refactored BGP parsing to make way for upcoming changes to support BGP-LS and MPLS/VPN's.
28
25
29
26
30
-
### Aug-29-2014
31
-
* Fixed an issue with peer down event BMP reason 2 causing the thread to exit.
32
-
* Added full support of peer up notifications, including complete decode of the sent and received open message and capabilities.
33
-
* Added new "v_peers" table as documented on http://www.openbmp.org/#!docs/DATABASE.md.
34
-
* Bumped the current DB to use v1.3-pre2.
27
+
### Sep-10-2014
28
+
**Released version 0.7.1** See [release-0.7.1](docs/release_notes/release-0.7.1.md) for more details.
35
29
36
-
### Aug-27-2014
37
-
Initiation sysName, sysDescr, and free form string values are now stored.
38
-
39
-
Termination messages and peer up messages will be added shortly. The v_peers VIEW does not exist yet
40
-
because peer up messages are required. Once the peer up messages are added (very soon) v_peers will be added. This will provide a peers view into active neighbors.
30
+
> OpenBMP now fully supports draft-ietf-grow-bmp-07
41
31
42
-
New views will be created to provide consolidated reporting statistics per peer, such number of prefixes in RIB and peer down/peer up events.
32
+
**Upcoming Changes:**
43
33
44
-
JunOS 14.1 and IOS XE 3.12 verified.
34
+
* Refactor parsing and remove older BMP version support - Goign forward will be BMP v3 (current draft 07)
35
+
* Add BGP-LS support - IGP tables/views
36
+
* OpenBMP UI is being revised using ODL
45
37
46
-
OpenBMP UI is being revised and will be updated soon.
0 commit comments