X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fpolicer%2Fnode_funcs.c;h=594afca2b1bf15b1bbbfb494e66a0358c1ac1cbf;hb=6ccff02def39f314765f82a39f5dea9a667e47c8;hp=9a25dbb3cc6ce0511a5cb1515269baafac2c71e1;hpb=d2fec4a255e00a5e6f5285cd878edf1a26d4a659;p=vpp.git diff --git a/src/vnet/policer/node_funcs.c b/src/vnet/policer/node_funcs.c index 9a25dbb3cc6..594afca2b1b 100644 --- a/src/vnet/policer/node_funcs.c +++ b/src/vnet/policer/node_funcs.c @@ -22,6 +22,8 @@ #include #include #include +#include +#include /* Dispatch functions meant to be instantiated elsewhere */ @@ -490,7 +492,7 @@ format_policer_classify_trace (u8 * s, va_list * args) #define foreach_policer_classify_error \ _(MISS, "Policer classify misses") \ _(HIT, "Policer classify hits") \ -_(CHAIN_HIT, "Polcier classify hits after chain walk") \ +_(CHAIN_HIT, "Policer classify hits after chain walk") \ _(DROP, "Policer classify action drop") typedef enum