diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-03-19 05:44:16 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-03-20 07:47:36 +0000 |
commit | 76ef6094cb550ebb452a7068b02ff5fc6da420c7 (patch) | |
tree | 757d35064a45b1a0441daf589bc542fd0a445e5d /src | |
parent | b8daa257bd309c1d4dbbcd05e7d7e77408d8aea5 (diff) |
tests: cdp plugin. Replace cdp enable cli command with API call.
Change-Id: Ic2d21b535a58c1c618ec9e652d30858ad45a7d43
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/cdp/cdp.api | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |