projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a53f52b
)
Remove unused, obsolete attributes from OpenFlow netlink protocol.
author
Ben Pfaff
<blp@nicira.com>
Wed, 24 Sep 2008 21:09:00 +0000
(14:09 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 24 Sep 2008 21:09:00 +0000
(14:09 -0700)
include/openflow-netlink.h
patch
|
blob
|
history
diff --git
a/include/openflow-netlink.h
b/include/openflow-netlink.h
index 0b67c9905577af7ab4bd2bd0e42a4d0f4350185e..3e580b15f21af9aabcfb43849ede7f9fde031423 100644
(file)
--- 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 */