]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_flowtable: fix documentation
authorMatteo Croce <mcroce@redhat.com>
Thu, 30 Jan 2020 19:10:19 +0000 (20:10 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 31 Jan 2020 18:31:42 +0000 (19:31 +0100)
commitee04a2f902a6f2342a964d23e8f97fb98d467a31
treed93659ad5c566656d4ad39ace4fc5ada545d0f9a
parent1ff5ab1fb1db04a8505f90638e0ba2f25a71b690
netfilter: nf_flowtable: fix documentation

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 {
                      ^^

Fixes: d93641fb010a ("netfilter: add flowtable documentation")
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Documentation/networking/nf_flowtable.txt