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
I believe this is caused by NewFlowSpecComponentItem(op uint8, value uint64) returning nil, when it can't calculate a valid length-op for the given value. I think the order calculation is wrong.
gobgpd panics with the following message below, when adding a flowspec-path with a 8-octet value
ie.
I believe this is caused by
NewFlowSpecComponentItem(op uint8, value uint64)
returning nil, when it can't calculate a valid length-op for the given value. I think the order calculation is wrong.The for loop never reaches order 3, but I also think there is an overflow error
(1<<64)
doesn't fit inuint64
The text was updated successfully, but these errors were encountered: