]> git.ipfire.org Git - thirdparty/nftables.git/commit
meta: don't require "meta" keyword for a subset of meta expressions
authorPatrick McHardy <kaber@trash.net>
Wed, 15 Jan 2014 07:35:20 +0000 (07:35 +0000)
committerPatrick McHardy <kaber@trash.net>
Wed, 15 Jan 2014 11:11:14 +0000 (11:11 +0000)
commita4da57bde3330aa2d84815e16d8cf238cebf8d70
tree26396c1eb62d691bebea29dfc5a8353a75524760
parente71137847f6f1220abfb418590b2a8b1847fc4c6
meta: don't require "meta" keyword for a subset of meta expressions

Don't require the meta keyword for mark, iif, oif, iifname, oifname,
skuid, skgid, nftrace, rtclassid and secmark.

The protocol and length types still need the meta keyword to avoid
grammar conflicts.

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/meta.c
src/parser.y