]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: Add priority keyword on base chain description
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Wed, 4 Sep 2013 09:50:21 +0000 (12:50 +0300)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 4 Sep 2013 10:33:04 +0000 (12:33 +0200)
commit419968925d01571b2f454abb2b80a0f30b7f3227
tree5645237c15fc2b0cbb5e1b77a76f8eb796ecd12e
parent108d9f6b3af0f70459fb7ccc1dfc5452d3f3646e
src: Add priority keyword on base chain description

Instead of:
add chain foo bar { type route hook input 0; }

it should be now:
add chain foo bar { type route hook input priority 0; }

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
src/parser.y
src/rule.c