diff options
Diffstat (limited to 'sys/linux/socket_netlink_generic.txt')
| -rw-r--r-- | sys/linux/socket_netlink_generic.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/socket_netlink_generic.txt b/sys/linux/socket_netlink_generic.txt index ceeecd1e3..22b52f245 100644 --- a/sys/linux/socket_netlink_generic.txt +++ b/sys/linux/socket_netlink_generic.txt @@ -32,7 +32,7 @@ iovec_nl_generic { netlink_msg_generic { len len[parent, int32] - type int16[NLMSG_MIN_TYPE:NLMSG_MAX_TYPE] + type netlink_random_msg_type flags flags[netlink_msg_flags, int16] seq netlink_seq pid netlink_port_id @@ -43,6 +43,6 @@ netlink_msg_generic { genlmsghdr { cmd int8[0:32] - version const[NFNETLINK_V0, int8] + version const[0, int8] reserved const[0, int16] } [align_4] |
