From 1bcd407ecba1040897a39ee75c8d2da609313eb5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 7 Jan 2020 07:27:41 +0100 Subject: sys/linux: add ipset descriptions --- sys/linux/socket_netlink.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/socket_netlink.txt') 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] -- cgit mrf-deployment