Re: [PATCH net] netfilter: nf_flowtable: fix documentation
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2020-01-31 18:29:23
Also in:
lkml, netdev
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2020-01-31 18:29:23
Also in:
lkml, netdev
On Thu, Jan 30, 2020 at 08:10:19PM +0100, Matteo Croce wrote:
In the flowtable documentation there is a missing semicolon, the command
as is would give this error:
nftables.conf:5:27-33: Error: syntax error, unexpected devices, expecting newline or semicolon
hook ingress priority 0 devices = { br0, pppoe-data };
^^^^^^^
nftables.conf:4:12-13: Error: invalid hook (null)
flowtable ft {
^^Applied, thanks.