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
Other route sources are vaguely supported but protocols other than BGP (well, that will be mostly OSPF) could get some additional attributes parsed, such as metric, metric type, advertising router, route type (inter/intra area, sumary) etc. Below is what pybird parses for routes from different protocols:
In addition, pybird could provide information about routing neighbors. It is a design decision made in BIRD that only one peer is allowed per BGP instance which creates this "protocol instance = peer" mapping. Other routing protocols in BIRD (OSPF RIP) can have multiple dynamic neighbors per protocol which would have to be handled differently in pybird.
Currently only does BGP, should support everything
The text was updated successfully, but these errors were encountered: