RovStatusUpdate

typeRovStatusUpdate

ROV update of a Route.

functioncurrent_status(rov_update: RovStatusUpdate) RovStatus

Returns the new status of the route.

functionhas_changed(rov_update: RovStatusUpdate) bool

Returns ‘true’ if the new status differs from the old status.

functionorigin(rov_update: RovStatusUpdate) Asn

Returns the origin asn from the ‘AS_PATH’ of the updated route.

functionpeer_asn(rov_update: RovStatusUpdate) Asn

Returns the peer asn from which the route was received.

functionprefix(rov_update: RovStatusUpdate) Prefix

Returns the prefix of the updated route.

functionprevious_status(rov_update: RovStatusUpdate) RovStatus

Returns the old status of the route.