skupperproject / skupper-router

An application-layer router for Skupper networks
https://skupper.io
Apache License 2.0
14 stars 18 forks source link

Change to VanFlow LINKs - Making them administrative #1456

Closed ted-ross closed 3 months ago

ted-ross commented 6 months ago

Currently, the LINK record in VanFlow is operational. The records only exist when there is an open inter-router link in operation. There is no positive indication of the desire to have a link that may or may not be currently connected.

This change changes the semantics of LINK and adds a new record type ACCESS_POINT. These track link connectors and listeners respectively. LINK has an attribute called OPER_STATUS that is either "down" or "up" depending on whether the link is connected to a peer router or not. ACCESS_POINT has an attribute called LINK_COUNT that indicates the number of link connections that are connected inbound from peer routers.

Improvements: