Displaying 1 result from an estimated 1 matches for "inetser".
Did you mean:
  inetuser
  
2014 Feb 05
3
[Bug 896] New: You can not add the follow kinds of sets: mark, integer, string, lladdr
...{ type lladdr\;}
<cmdline>:0:29-42: Error: unqualified key data type specified in set definition
add set ip t-ip2 set-lladdr { type lladdr;}
                            ^^^^^^^^^^^^^^
$ sudo nft list table ip t-ip2
table ip t-ip2 {
    set set-ip {
        type ipv4_address
    }
    set set-inetser {
        type inet_service
    }
    chain c-filter {
         type filter hook input priority 0;
    }
}
I can always reproduce this bug.
The last commit in libmnl repo is "090a842 examples: use mnl_socket_setsockopt"
The last commit in libnftnl repo is "076fd1e include: add cac...