From 4eec1e41ceeb6e53c33b3f78050a7cd5154cf138 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 24 Sep 2008 14:09:00 -0700 Subject: [PATCH] Remove unused, obsolete attributes from OpenFlow netlink protocol. --- include/openflow-netlink.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/openflow-netlink.h b/include/openflow-netlink.h index 0b67c9905..3e580b15f 100644 --- a/include/openflow-netlink.h +++ b/include/openflow-netlink.h @@ -44,9 +44,6 @@ enum { DP_GENL_A_MC_GROUP, /* Generic netlink multicast group. */ DP_GENL_A_OPENFLOW, /* OpenFlow packet. */ - DP_GENL_A_NPACKETS, /* Number of packets to send up netlink */ - DP_GENL_A_PSIZE, /* Size of packets to send up netlink */ - __DP_GENL_A_MAX, DP_GENL_A_MAX = __DP_GENL_A_MAX - 1 }; @@ -65,4 +62,4 @@ enum dp_genl_command { DP_GENL_C_MAX = __DP_GENL_C_MAX - 1 }; -#endif /* openflow_netlink_h */ +#endif /* openflow_netlink.h */ -- 2.43.0