From 603bd7a4d9dcb8058812633ac60a75598578cb83 Mon Sep 17 00:00:00 2001 From: imarom Date: Tue, 13 Dec 2016 19:06:48 +0200 Subject: startup issues with L2/L3 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/automation/trex_control_plane/stl/trex_stl_lib') 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 e44fe801..487f3055 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 @@ -903,7 +903,7 @@ class Port(object): # Grat ARP grat_arp = rx_info['grat_arp'] if grat_arp['is_active']: - info['grat_arp'] = grat_arp['interval_sec'] + info['grat_arp'] = "every {0} seconds".format(grat_arp['interval_sec']) else: info['grat_arp'] = "off" -- cgit