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
test: handle endpoint lookup in case of gateway route
Currently find_endpoint incorrectly tries to find physical address for
sent EID. This fails in case EID is a gatewayed endpoint because don't
have neighbors or physical address.
For gateway routes, return the gateway's physical address instead.
The gateway endpoint will then forward the message to the correct
bridged endpoint internally via looking into its bridged endpoint list.
Signed-off-by: Faizan Ali <[email protected]>
0 commit comments