]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: ct: make ct l3proto work
authorFlorian Westphal <fw@strlen.de>
Mon, 4 Jan 2016 19:53:52 +0000 (20:53 +0100)
committerFlorian Westphal <fw@strlen.de>
Mon, 4 Jan 2016 19:53:52 +0000 (20:53 +0100)
commit2d81dd1fdf13571ee95d4c1c3cde03b5774a0084
tree9d78622043824dfe4e0374de16974dc25e66bf7d
parenta468656bf33ea9d2ac9c4c0726fc7c14d245b6e3
src: ct: make ct l3proto work

ct l3proto original == ipv6
<cmdline>:1:56-59: Error: Can't parse symbolic invalid expressions

Its just the nf protocol number -- no dependencies.  Just set right type.

Signed-off-by: Florian Westphal <fw@strlen.de>
src/ct.c