Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docker-ptf]: Upgrade scapy to 2.4.5 in docker-ptf (#10507)
Why I did it Existing dataplane tests cannot be tested under MACsec environment due to the traffic under MACsec link is encrypted. So, I will override the dp_poll of ptf to MACsec dp_poll to decrypt the MACsec packets on injected ports (PR: sonic-net/sonic-mgmt#5490). MACsec decryption library depends on scapy 2.4.5. How I did it Upgrade scapy library to 2.4.5 by pip. How to verify it Check the scapy version in docker-ptf by python -c "import scapy; print(scapy.__version__)" 2.4.5 Signed-off-by: Ze Gan <ganze718@gmail.com>
- Loading branch information