-
Notifications
You must be signed in to change notification settings - Fork 745
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
[test gap][dhcpv6_relay] Add testcase for multi-vlan #9122
Comments
8 tasks
wangxin
pushed a commit
that referenced
this issue
Oct 22, 2024
…s in packet on multiple vlans host (#14732) What is the motivation for this PR? This code is to fix test gap: #9122 How did you do it? Configure multiple Vlans and dhcp servers Send dhcp requests Check dhcp packets relayed contains expected Vlan IP How did you verify/test it? Tested on mx, m0, dualtor and dualtor-aa.
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this issue
Oct 23, 2024
…s in packet on multiple vlans host (sonic-net#14732) What is the motivation for this PR? This code is to fix test gap: sonic-net#9122 How did you do it? Configure multiple Vlans and dhcp servers Send dhcp requests Check dhcp packets relayed contains expected Vlan IP How did you verify/test it? Tested on mx, m0, dualtor and dualtor-aa.
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this issue
Oct 23, 2024
…s in packet on multiple vlans host (sonic-net#14732) What is the motivation for this PR? This code is to fix test gap: sonic-net#9122 How did you do it? Configure multiple Vlans and dhcp servers Send dhcp requests Check dhcp packets relayed contains expected Vlan IP How did you verify/test it? Tested on mx, m0, dualtor and dualtor-aa.
This was referenced Oct 23, 2024
sreejithsreekumaran
pushed a commit
to sreejithsreekumaran/sonic-mgmt
that referenced
this issue
Nov 15, 2024
…s in packet on multiple vlans host (sonic-net#14732) What is the motivation for this PR? This code is to fix test gap: sonic-net#9122 How did you do it? Configure multiple Vlans and dhcp servers Send dhcp requests Check dhcp packets relayed contains expected Vlan IP How did you verify/test it? Tested on mx, m0, dualtor and dualtor-aa.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Previously dhcp6relay was not always forwarding packets with correct vlan ip because one client socket was used for multiple interfaces and vlan interfaces were not filtered
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important:
The text was updated successfully, but these errors were encountered: