Skip to content

Commit

Permalink
[docker-ptf]: Added python-libpcap for the updated arp responder (#3731)
Browse files Browse the repository at this point in the history
Added python-libpcap to be used by arp_responder.py utility. This is needed to set conf.use_pcap which will make sure that L2pcapListenSocket uses libpcap instead of Linux PF_PACKET sockets. By using libpcap the vlan field will not be removed when the application receives the packet.
  • Loading branch information
Sudharsan D.G authored and lguohan committed Nov 9, 2019
1 parent b2e15f2 commit be3421c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
tcpdump \
python \
python-dev \
python-libpcap \
python-scapy \
python-six

Expand Down

0 comments on commit be3421c

Please sign in to comment.