X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fhttp_static%2Fhttp_static.api;h=dc3dcac71ba5cd85604f2bcfb031f93a80dd303d;hb=68b24e2c9;hp=1866e38cb47070b4e2c74bf0d9fd0943bd5887be;hpb=22bc2c46e316dd7d5ca4680f85337fe72896ca57;p=vpp.git diff --git a/src/plugins/http_static/http_static.api b/src/plugins/http_static/http_static.api index 1866e38cb47..dc3dcac71ba 100644 --- a/src/plugins/http_static/http_static.api +++ b/src/plugins/http_static/http_static.api @@ -1,8 +1,8 @@ /** \file - This file defines static http servercontrol-plane API messages + This file defines static http server control-plane API messages */ -option version = "1.0.0"; +option version = "2.0.0"; /** \brief Configure and enable the static http server @param client_index - opaque cookie to identify the sender @@ -29,7 +29,7 @@ autoreply define http_static_enable { u32 private_segment_size; /* Root of the html path */ - u8 www_root[256]; + string www_root[limit=256]; /* The bind URI */ - u8 uri[256]; + string uri[limit=256]; };