ovs-ofctl: Factor out common code in str_to_port_no(), do_mod_port().
[openvswitch] / lib / rtnetlink.c
index bce95ce508ba02ab6825b172447f563f7d294d75..9beddb13941129afb75f1da21628e4587c2dc29f 100644 (file)
@@ -31,6 +31,8 @@
 
 VLOG_DEFINE_THIS_MODULE(rtnetlink);
 
+COVERAGE_DEFINE(rtnetlink_changed);
+
 /* rtnetlink socket. */
 static struct nl_sock *notify_sock;