using odd veths for packet injection and sniffing in examples

This commit is contained in:
Antonin Bas
2015-11-15 21:36:45 -08:00
parent ca39826949
commit e81db93021
5 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
from scapy.all import *
sniff(iface = "veth6", prn = lambda x: hexdump(x))
sniff(iface = "veth7", prn = lambda x: hexdump(x))