This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 670
In some cases "Captured frame from MAC ... associated with another peer" is not an error #2877
Labels
Milestone
Comments
or, rather, turn it into a |
We also can see these error messages, any plan in order to silence this? |
@mcortinas I'm going to prioritize this issue after the 2.2 release. |
This was referenced Jul 24, 2018
Is it only logging problem, or does it have other consequences? We see a lot of those |
@timanovsky it depends on the cause. If you have the same cause as described at the top, exactly, then it is only a logging problem. But if your cause is different then the impact could be different. Best to open a new issue and post the logs. |
This was referenced Mar 11, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TL;DR fastdp sometimes executes
handleCapturedPacket
for received over tunnel packets, which leads to logging the"Captured frame from MAC ... associated with another peer"
error. The error is quite often seen in logs provided by users.How it happens:
routerBridgePortID
.<..>
handleCapturedPacket
callback.Logs which illustrate the case usually look like the following:
An easy fix (before applying 17c8dc9) is to extend the if-clause by adding the following cases:
However, we should be super careful (and think twice) as we are changing the routing logic.
The text was updated successfully, but these errors were encountered: