tests: cdp plugin. Replace cdp enable cli command with API call.
[vpp.git] / src / plugins / cdp / cdp.api
index 3450702..19f058c 100644 (file)
@@ -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;
 };