From af9f439b2bf768f9168cecac2488b4c718ab783f Mon Sep 17 00:00:00 2001 From: imarom Date: Sun, 11 Dec 2016 12:03:07 +0200 Subject: IP src configuriation invalidates ARP resolution Signed-off-by: imarom --- scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py index ebb716d1..9309ad0c 100644 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py @@ -959,7 +959,7 @@ class Port(object): "src MAC": info['src_mac'], "src IPv4": info['src_ipv4'], "Destination": info['dest'], - "ARP Resolution": info['arp'], + "ARP Resolution": format_text("{0}".format(info['arp']), 'bold', 'red') if info['arp'] == 'unresolved' else info['arp'], "PCI Address": info['pci_addr'], "NUMA Node": info['numa'], "--": "", -- cgit