From fc35e10dc4acd5149b465b8f1959aae941ff198e Mon Sep 17 00:00:00 2001 From: imarom Date: Tue, 22 Nov 2016 19:32:30 +0200 Subject: RX features - removed 'none' and used Json::nullValue Signed-off-by: imarom --- src/trex_port_attr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trex_port_attr.h') diff --git a/src/trex_port_attr.h b/src/trex_port_attr.h index eb7c85de..95050d1b 100755 --- a/src/trex_port_attr.h +++ b/src/trex_port_attr.h @@ -126,7 +126,7 @@ public: if (is_resolved()) { output["arp"] = utl_macaddr_to_str(m_mac); } else { - output["arp"] = "none"; + output["arp"] = Json::nullValue; } break; -- cgit 1.2.3-korg