summaryrefslogtreecommitdiffstats
path: root/scripts/stl/profiles/udp_rand_len_9k.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/profiles/udp_rand_len_9k.py')
-rw-r--r--scripts/stl/profiles/udp_rand_len_9k.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/stl/profiles/udp_rand_len_9k.py b/scripts/stl/profiles/udp_rand_len_9k.py
index 011e11c9..56d84535 100644
--- a/scripts/stl/profiles/udp_rand_len_9k.py
+++ b/scripts/stl/profiles/udp_rand_len_9k.py
@@ -16,7 +16,6 @@ class STLS1(object):
self.max_pkt_size_l3 =9*1024;
def create_stream (self):
-
# pkt
p_l2 = Ether();
p_l3 = IP(src="16.0.0.1",dst="48.0.0.1")