[docker-ptf]: Added python-libpcap for the updated arp responder (#3731)

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.
This commit is contained in:
Sudharsan D.G 2019-11-08 22:57:05 -08:00 committed by lguohan
parent b2e15f2318
commit be3421c352

View File

@ -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