X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fexamples%2Fsample-plugin%2Fsample%2Fsample.c;h=2f8ac4c9857e0f927530c2de2be5786619921da0;hb=1bfb0ddace3ebb9010275e4bdd847c8c493ff4b3;hp=01852746d24e342a248483ddc2b70bec310688b6;hpb=864b25d0777d3226f475ef7d0232cacec7127770;p=vpp.git diff --git a/src/examples/sample-plugin/sample/sample.c b/src/examples/sample-plugin/sample/sample.c index 01852746d24..2f8ac4c9857 100644 --- a/src/examples/sample-plugin/sample/sample.c +++ b/src/examples/sample-plugin/sample/sample.c @@ -61,6 +61,7 @@ _(SAMPLE_MACSWAP_ENABLE_DISABLE, sample_macswap_enable_disable) /* *INDENT-OFF* */ VLIB_PLUGIN_REGISTER () = { .version = SAMPLE_PLUGIN_BUILD_VER, + .description = "Sample of VPP Plugin", }; /* *INDENT-ON* */