projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c6b13
)
Add missing NLM_F flags constants (oops).
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 28 Apr 2008 21:16:57 +0000
(14:16 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 28 Apr 2008 21:16:57 +0000
(14:16 -0700)
include/netlink-protocol.h
patch
|
blob
|
history
diff --git
a/include/netlink-protocol.h
b/include/netlink-protocol.h
index c74d2254682e080d03b79d44d7d870a20d64d412..43636f362a104fcfc74fefbc3e6a45084abd825c 100644
(file)
--- a/
include/netlink-protocol.h
+++ b/
include/netlink-protocol.h
@@
-59,6
+59,11
@@
BUILD_ASSERT_DECL(sizeof(struct sockaddr_nl) == 12);
#define NLM_F_ACK 0x004
#define NLM_F_ECHO 0x008
+#define NLM_F_ROOT 0x100
+#define NLM_F_MATCH 0x200
+#define NLM_F_ATOMIC 0x400
+#define NLM_F_DUMP (NLM_F_ROOT | NLM_F_MATCH)
+
/* nlmsg_type values. */
#define NLMSG_NOOP 1
#define NLMSG_ERROR 2