Corrected comment (thanks Saurav)
diff --git a/src/python/oftest/controller.py b/src/python/oftest/controller.py
index d8747b7..9c0839e 100644
--- a/src/python/oftest/controller.py
+++ b/src/python/oftest/controller.py
@@ -218,7 +218,6 @@
rep.header.xid = hdr.xid
# Ignoring additional data
self.message_send(rep.pack(), zero_xid=True)
- offset += hdr.length
continue
# Now check for message handlers; preference is given to
diff --git a/tests/testutils.py b/tests/testutils.py
index 7c14537..084f74d 100644
--- a/tests/testutils.py
+++ b/tests/testutils.py
@@ -474,7 +474,7 @@
and logger
@param pkt If not None, use this packet for ingress
@param wildcards For flow match entry
- @param dl_vlan If not -1, and pkt is not None, create a pkt w/ VLAN tag
+ @param dl_vlan If not -1, and pkt is None, create a pkt w/ VLAN tag
@param exp_pkt If not None, use this as the expected output pkt; els use pkt
@param action_list Additional actions to add to flow mod
@param check_expire Check for flow expiration message