X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fnlmon.c;h=1fb3808085f3f1f1ae48ea76fe6df649c97bf1b5;hb=7867b760c2924c36521cb5a8c287dc5fe725529a;hp=699df138497d6d8dd5fc1fd9ce4a5724bd8143c0;hpb=9200fb9ef9a1c55a76e4c4aa789f3fb0a76f0ed1;p=openvswitch diff --git a/utilities/nlmon.c b/utilities/nlmon.c index 699df138..1fb38080 100644 --- a/utilities/nlmon.c +++ b/utilities/nlmon.c @@ -24,6 +24,7 @@ #include #include #include "netlink.h" +#include "netlink-socket.h" #include "ofpbuf.h" #include "poll-loop.h" #include "timeval.h" @@ -42,7 +43,7 @@ main(int argc OVS_UNUSED, char *argv[]) int error; set_program_name(argv[0]); - vlog_set_levels(VLM_ANY_MODULE, VLF_ANY_FACILITY, VLL_DBG); + vlog_set_levels(NULL, VLF_ANY_FACILITY, VLL_DBG); error = nl_sock_create(NETLINK_ROUTE, RTNLGRP_LINK, 0, 0, &sock); if (error) {