> Whats missing in examples/nft-map-add.c ? I'm not sure how to take that example and modify it to create the type of map I mentioned in my initial request, or how to work in IPV6 for example. I could also use an example on how to add an element to a map programmatically. I see there is the nft-set-add, but it does not work on a map. Along those lines, is there more fleshed out documentation on libnftnl and libmnl other than the examples or the wiki? Unfortunately, those aren't sufficient for my needs. Thank you for the help! On Tue, Mar 28, 2023 at 11:09 AM Florian Westphal <fw@xxxxxxxxx> wrote: > > Kiernan George <kbg98@xxxxxx> wrote: > > Hello, > > > > I'm not sure how to respond to my post from earlier today, so I'm just > > creating a new one. > > > > I do not need help figuring out how to use the nft command line tool. > > I need to figure out how to use the libnftnl C library to create a map > > of the following type and insert elements into it: > > > > type ipv4_addr . inet_service : ipv4_addr > > > > I see an example for creating a set in nft-set-test.c, but I'm not > > sure how to translate this into creating a map and adding elements to > > it. Is there documentation somewhere? Could you write an example for > > this use case? > > Whats missing in examples/nft-map-add.c ?