From 44d11498479a08f46a64431d60ed19d4aba94dad Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 7 Sep 2015 18:57:50 +0200 Subject: src: get rid of _attr_ infix in new nftnl_ definitions The function names are already large, trim off the _ATTR_ infix in the attribute definitions. Signed-off-by: Pablo Neira Ayuso --- examples/nft-set-get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/nft-set-get.c') diff --git a/examples/nft-set-get.c b/examples/nft-set-get.c index a8a133f..245ac5f 100644 --- a/examples/nft-set-get.c +++ b/examples/nft-set-get.c @@ -89,7 +89,7 @@ int main(int argc, char *argv[]) nlh = nftnl_set_nlmsg_build_hdr(buf, NFT_MSG_GETSET, family, NLM_F_DUMP|NLM_F_ACK, seq); /* Use this below if you want to obtain sets per table */ -/* nftnl_set_attr_set(t, NFT_SET_TABLE, argv[2]); */ +/* nftnl_set_set(t, NFT_SET_TABLE, argv[2]); */ nftnl_set_nlmsg_build_payload(nlh, t); nftnl_set_free(t); -- cgit v1.2.3