X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fexamples%2Fsample-plugin%2Fsample%2Fnode.c;h=7f34be561689686acabf6b133ff616ba4f0706e4;hb=571ab20d1da227fb66d52ed52cce0cbd4591e1c9;hp=1b5120904699daf8e0656562654e0565f84702ff;hpb=828d27ea0edb97280a0164041a286973fa74b5a2;p=vpp.git diff --git a/src/examples/sample-plugin/sample/node.c b/src/examples/sample-plugin/sample/node.c index 1b512090469..7f34be56168 100644 --- a/src/examples/sample-plugin/sample/node.c +++ b/src/examples/sample-plugin/sample/node.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include @@ -26,13 +27,6 @@ typedef struct u8 new_dst_mac[6]; } sample_trace_t; -static u8 * -format_mac_address (u8 * s, va_list * args) -{ - u8 *a = va_arg (*args, u8 *); - return format (s, "%02x:%02x:%02x:%02x:%02x:%02x", - a[0], a[1], a[2], a[3], a[4], a[5]); -} /* packet trace format function */ static u8 *