From 76ef6094cb550ebb452a7068b02ff5fc6da420c7 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Tue, 19 Mar 2019 05:44:16 -0700 Subject: tests: cdp plugin. Replace cdp enable cli command with API call. Change-Id: Ic2d21b535a58c1c618ec9e652d30858ad45a7d43 Signed-off-by: Paul Vinciguerra --- src/plugins/cdp/cdp.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/cdp/cdp.api b/src/plugins/cdp/cdp.api index 34507025f42..19f058c825b 100644 --- a/src/plugins/cdp/cdp.api +++ b/src/plugins/cdp/cdp.api @@ -25,7 +25,7 @@ autoreply define cdp_enable_disable /* Arbitrary context, so client can match reply to request */ u32 context; - /* Enable / disable the feature */ + /* Enable (1)/ disable (0) the feature */ u8 enable_disable; }; -- cgit 1.2.3-korg