debian: Don't require ipsec_local_ip to configure IPsec
[sliver-openvswitch.git] / lib / rtnetlink.c
index 2e1c173..54340e5 100644 (file)
 
 #include "coverage.h"
 #include "netlink.h"
+#include "netlink-socket.h"
 #include "ofpbuf.h"
 #include "vlog.h"
 
-VLOG_DEFINE_THIS_MODULE(rtnetlink)
+VLOG_DEFINE_THIS_MODULE(rtnetlink);
+
+COVERAGE_DEFINE(rtnetlink_changed);
 
 /* rtnetlink socket. */
 static struct nl_sock *notify_sock;