X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fsnat%2Fsnat.c;h=70b6a6e285e984eca02ff90748f172140bc9bda9;hb=1bfb0ddace3ebb9010275e4bdd847c8c493ff4b3;hp=57274bbec1e233a970d9f0ef4a16280d8a66bd98;hpb=0856b97b494ea54f3daa6e0c31a2f882bf23a551;p=vpp.git diff --git a/src/plugins/snat/snat.c b/src/plugins/snat/snat.c index 57274bbec1e..70b6a6e285e 100644 --- a/src/plugins/snat/snat.c +++ b/src/plugins/snat/snat.c @@ -47,7 +47,7 @@ snat_main_t snat_main; #define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) -#define REPLY_MSG_ID_BASE (sm->msg_id_base) +#define REPLY_MSG_ID_BASE sm->msg_id_base #include /* Get the API version number */ @@ -107,6 +107,7 @@ VNET_FEATURE_INIT (ip4_snat_out2in_fast, static) = { /* *INDENT-OFF* */ VLIB_PLUGIN_REGISTER () = { .version = VPP_BUILD_VER, + .description = "Network Address Translation", }; /* *INDENT-ON* */