diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-07 07:27:41 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-07 10:02:11 +0100 |
| commit | 1bcd407ecba1040897a39ee75c8d2da609313eb5 (patch) | |
| tree | 8566819e5d00ef2cc88510adbeaa057aa66f2392 /sys/linux/socket_netlink.txt | |
| parent | a0f466387dbca955f3681d7a163a5af174df0a4b (diff) | |
sys/linux: add ipset descriptions
Diffstat (limited to 'sys/linux/socket_netlink.txt')
| -rw-r--r-- | sys/linux/socket_netlink.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/socket_netlink.txt b/sys/linux/socket_netlink.txt index 9efc4e8b7..dafc93fe3 100644 --- a/sys/linux/socket_netlink.txt +++ b/sys/linux/socket_netlink.txt @@ -111,7 +111,7 @@ type nlattr[TYPE, PAYLOAD] nlattr_t[const[TYPE, int16], PAYLOAD] # nlattr with NLA_F_NESTED set. type nlnest[TYPE, PAYLOAD] nlattr_tt[const[TYPE, int16:14], 0, 1, PAYLOAD] # nlattr with NLA_F_NET_BYTEORDER set (unused for now). -# type nlnetw[TYPE, PAYLOAD] nlattr_tt[const[TYPE, int16:14], 1, 0, PAYLOAD] +type nlnetw[TYPE, PAYLOAD] nlattr_tt[const[TYPE, int16:14], 1, 0, PAYLOAD] nl_generic_attr [ generic array[int8] |
