Implement OFPC_FRAG_DROP fragment handling policy.
[sliver-openvswitch.git] / include / openflow-netlink.h
index 0fd739b..0b67c99 100644 (file)
@@ -34,8 +34,6 @@
 #ifndef OPENFLOW_NETLINK_H
 #define OPENFLOW_NETLINK_H 1
 
-#include <linux/netlink.h>
-
 #define DP_GENL_FAMILY_NAME "OpenFlow"
 
 /* Attributes that can be attached to the datapath's netlink messages. */
@@ -63,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
 };