Perform strict src mac check on ensure end to end
[nfvbench.git] / nfvbench / traffic_gen / traffic_base.py
index adb2bd0..459af0f 100644 (file)
@@ -113,7 +113,9 @@ class AbstractTrafficGenerator(object):
     def resolve_arp(self):
         """Resolve all configured remote IP addresses.
 
-        return: True if ARP resolved successfully
+        return: None if ARP failed to resolve for all IP addresses
+                else a dict of list of dest macs indexed by port#
+                the dest macs in the list are indexed by the chain id
         """
         pass