netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* named vmaps
@ 2014-11-21  8:22 Bjørnar Ness
  2014-11-24 11:55 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 4+ messages in thread
From: Bjørnar Ness @ 2014-11-21  8:22 UTC (permalink / raw)
  To: netfilter-devel

Is support for named vmaps removed from nft? Running kernel 3.18.0-rc5
and nft head.

I am able to create the named vmap:

nft add map filter my_vmap { type ipv4_addr : verdict\; }

..but when I try to add elements to it:

nft add element filter my_vmap { 1.0.0.0 : drop}
<cmdline>:1:40-43: Error: syntax error, unexpected drop
add element filter my_vmap { 1.0.0.0 : drop}
                                       ^^^^

also, when trying to use the vmap in a rule:

nft add rule filter input ip saddr vmap @my_vmap
<cmdline>:1:37-37: Error: syntax error, unexpected @, expecting '{'
add rule filter input ip saddr vmap @my_vmap

Dont find anything in "documentation" or online that tells me if and when this
functionality changed/broke/got removed.

-- 
Bj(/)rnar

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-25 18:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21  8:22 named vmaps Bjørnar Ness
2014-11-24 11:55 ` Pablo Neira Ayuso
2014-11-24 19:03   ` Bjørnar Ness
2014-11-25 18:07     ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).