Skip to content

Commit

Permalink
Upgrade scapy in the PTF's python3 virtualenv to 2.5.0 (sonic-net#15573)
Browse files Browse the repository at this point in the history
This is primarily to fix a bug in scapy hitting an error when trying to
listen on multiple interfaces in a single `sniff` call. This also
upgrades it to the current latest version.

Signed-off-by: Saikrishna Arcot <[email protected]>
  • Loading branch information
saiarcot895 authored and mssonicbld committed Jul 17, 2023
1 parent 4173a6d commit 44b0041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ RUN python3 -m pip install setuptools \
&& pip3 install itsdangerous \
&& pip3 install retrying \
&& pip3 install jinja2 \
&& pip3 install scapy==2.4.5 \
&& pip3 install scapy==2.5.0 \
&& pip3 install thrift

{% if docker_ptf_whls.strip() -%}
Expand Down

0 comments on commit 44b0041

Please sign in to comment.