vswitch: Disable header-caching when IPsec is enabled
[openvswitch] / lib / mac-learning.c
index 5d64f543748bfa52aa5c34902746d291b9c6da43..c8582f3123c98d577596d9dcc47a4e54635e648b 100644 (file)
 #include "tag.h"
 #include "timeval.h"
 #include "util.h"
-
-#define THIS_MODULE VLM_mac_learning
 #include "vlog.h"
 
+VLOG_DEFINE_THIS_MODULE(mac_learning)
+
 /* Returns the number of seconds since 'e' was last learned. */
 int
 mac_entry_age(const struct mac_entry *e)