SNAS / openbmp

OpenBMP Server Collector
www.openbmp.org
Eclipse Public License 1.0
232 stars 76 forks source link

Add Path used for MP Reach #21

Closed Matvey-Kuk closed 8 years ago

Matvey-Kuk commented 8 years ago

Add Path information has to be used by MP Reach. So I made persistent storage for Add Path inside peer_info.

It stores data and implements decision about is Add Path enabled or not:

add_path_<afi/safi> = true IF (SENT_OPEN has ADD-PATH sent or both) AND (RECV_OPEN has ADD-PATH recv or both)

This storage integrated to MR Reach parsers but it's insufficiently tested.