summaryrefslogtreecommitdiffstats
path: root/scripts/stl/pcap_with_vm.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/pcap_with_vm.py')
-rw-r--r--scripts/stl/pcap_with_vm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/pcap_with_vm.py b/scripts/stl/pcap_with_vm.py
index 7cf2906b..4e85bdf4 100644
--- a/scripts/stl/pcap_with_vm.py
+++ b/scripts/stl/pcap_with_vm.py
@@ -34,7 +34,7 @@ class STLPcap(object):
ipg_usec = 10.0,
loop_count = 5,
ip_src_range = None,
- ip_dst_range = {'start' : '10.0.0.1', 'end': '10.0.0.254'},
+ ip_dst_range = {'start' : '16.0.0.1', 'end': '16.0.0.254'},
**kwargs):
vm = self.create_vm(ip_src_range, ip_dst_range)