libbgp icon indicating copy to clipboard operation
libbgp copied to clipboard

Any one home

Open sunscreen opened this issue 3 years ago • 0 comments

HI There I have a problem with your code,

I am using the peer and print example, and trying to do a route update on a EdgeRouter 6P, but when it inserts the route into the FIB it gives me this following error

[DEBUG] BgpFsm::run: got message (Current state: Established):
[DEBUG] NotificationMessage {
    Error { UPDATE Message Error }
    SubError { Missing Well-known Attribute }
}
[ERROR] BgpFsm::run: got invalid NOTIFICATION message.
[ERROR] BgpFsm::run: discarding all routes.
[INFO ] BgpFsm::setState: changing state: Established -> Idle
[INFO ] BgpFsm::setState: dropping all routes received from peer...
waiting for the ticker thread to stop...
ticker(): ticker stopped.
closing socket & clean up...

sunscreen avatar Mar 21 '22 12:03 sunscreen