Drop controller-bound traffic that arrives on the controller's port.
[sliver-openvswitch.git] / include / openflow-netlink.h
index e749477..0b67c99 100644 (file)
@@ -34,9 +34,6 @@
 #ifndef OPENFLOW_NETLINK_H
 #define OPENFLOW_NETLINK_H 1
 
-#include <linux/types.h>
-#include <linux/netlink.h>
-
 #define DP_GENL_FAMILY_NAME "OpenFlow"
 
 /* Attributes that can be attached to the datapath's netlink messages. */
@@ -64,8 +61,6 @@ enum dp_genl_command {
        DP_GENL_C_DEL_PORT,      /* Remove port from datapath. */
        DP_GENL_C_OPENFLOW,  /* Encapsulated OpenFlow protocol. */
 
-    DP_GENL_C_BENCHMARK_NL, /* Benchmark netlink connection */
-
        __DP_GENL_C_MAX,
        DP_GENL_C_MAX = __DP_GENL_C_MAX - 1
 };