]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
uapi/netlink.h: rename NETLINK_DUMP_STRICT_CHK -> NETLINK_GET_STRICT_CHK
authorStephen Hemminger <sthemmin@microsoft.com>
Thu, 20 Dec 2018 17:18:29 +0000 (09:18 -0800)
committerStephen Hemminger <sthemmin@microsoft.com>
Thu, 20 Dec 2018 17:18:29 +0000 (09:18 -0800)
NETLINK_DUMP_STRICT_CHK can be used for all GET requests,
dumps as well as doit handlers.  Replace the DUMP in the
name with GET make that clearer.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/netlink.h

index 2966171b9b95ce279f90f754c4863d43a9957061..2c28d329e5955f71000cfc2951f06c0d882352a8 100644 (file)
@@ -153,7 +153,7 @@ enum nlmsgerr_attrs {
 #define NETLINK_LIST_MEMBERSHIPS       9
 #define NETLINK_CAP_ACK                        10
 #define NETLINK_EXT_ACK                        11
-#define NETLINK_DUMP_STRICT_CHK                12
+#define NETLINK_GET_STRICT_CHK         12
 
 struct nl_pktinfo {
        __u32   group;