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

DHCPv6_am returns a wrong message type in response to a DHCP6_Request #4689

Open
keewa opened this issue Mar 11, 2025 · 0 comments
Open

DHCPv6_am returns a wrong message type in response to a DHCP6_Request #4689

keewa opened this issue Mar 11, 2025 · 0 comments

Comments

@keewa
Copy link

keewa commented Mar 11, 2025

Brief description

DHCPv6_am returns an erroneous DHCP6_Solicit message in response to a DHCP6_Request, whereas the correct response should be a DHCP6_Reply. See line 1845 of the file scapy/scapy/layers/dhcp6.py.

Scapy version

2.6.1

Python version

3.8

Operating system

Linux 5.10.0-xilinx-v2021.2 #1 SMP Mon Jun 20 11:11:28 UTC 2022 aarch64 GNU/Linux

Additional environment information

No response

How to reproduce

Just look at line 1845 of the repository code in scapy/scapy/layers/dhcp6.py.

Actual result

No response

Expected result

No response

Related resources

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant