[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:
parent
b2e15f2318
commit
be3421c352
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user