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
mctpd: fix route creation for bridged gatewayed endpoints
if ifindex is zero and mctp_fq_addr is valid then only
gateway routes are created.
Immediately after birdge allocates the EID to downstream
endpoint, they could initiate communication to bridge ->
busowner which requires routes to those endpoints for busowner
to respond back.
Fix: update ifindex as zero for gateway route creation and
deletion. Also setup routes for downstream endpoints right
allocation of eid happens by the bridge.
Signed-off-by: Faizan Ali <[email protected]>
0 commit comments