Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question - The vlain id is not updating in the MAC table. It always keeps the vlain id as 0. #45

Open
Kamalakannan23 opened this issue Aug 3, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Kamalakannan23
Copy link

Hi,

Question - The vlain id is not updating in the MAC table. It always keeps the vlain id as 0. In a scenario, where there is same source and destination for two flows but two different routes, the flows gets sent to the wrong port because the vlain ids are same for each flows. Are you aware of this bug in INET? If yes, how did you fix this issue in your simulation scenarios?

image (1)

@Musteblume Musteblume self-assigned this Aug 8, 2022
@Musteblume Musteblume added the bug Something isn't working label Aug 8, 2022
@Musteblume
Copy link
Member

Hi,

i think we didn't encounterd this because in most of our simulation scenarios we use predefined address tables.

Best regrads

@Musteblume
Copy link
Member

No this also not changes the behaviour. The MACRelayUnit of inet is not using the vids. So we not encountered this because we mostly use multicast mac addresses for our streams which are then unique.

To fix this the MACRelayUnit has to be extended an than used in all our switch nodes supporting Q-Tagged traffic.
I will have a look at this in the next few days.

Best regards

@Kamalakannan23
Copy link
Author

Hi,

Thanks and kindly let me know if you fix this or find a solution for this.

Best Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants