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