ip: Replace Sematics for Interface IP addresses
[vpp.git] / src / plugins / oddbuf / oddbuf.api
index 32f9154..42a63c6 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * oddbuf.api - binary API skeleton
+ * oddbuf.api - awkward chained buffer geometry test tool
  *
- * Copyright (c) <current-year> <your-organization>
+ * Copyright (c) 2019 by Cisco and/or its affiliates.
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
@@ -48,4 +48,5 @@ autoreply define oddbuf_enable_disable {
 
     /* Interface handle */
     vl_api_interface_index_t sw_if_index;
+    option vat_help = "<intfc> [disable]";
 };