datapath: Remove skb->len >= ETH_HLEN check from flow_extract().
[openvswitch] / ofproto / discovery.c
index 84f092e69b4da1ed1212618a3c8af9a731a954c8..008ad62ca9c3ae6770ae44427d2d4fea05f12e82 100644 (file)
 #include "packets.h"
 #include "status.h"
 #include "stream-ssl.h"
-
-#define THIS_MODULE VLM_discovery
 #include "vlog.h"
 
+VLOG_DEFINE_THIS_MODULE(discovery)
+
 struct discovery {
     char *dpif_name;
     char *re;