netfilter: nf_flowtable: fix documentation
authorMatteo Croce <mcroce@redhat.com>
Thu, 30 Jan 2020 19:10:19 +0000 (20:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Mar 2020 15:43:51 +0000 (16:43 +0100)
commitdd3fd6dec30cf7f8657dbc0170e8cc907b4dd1cc
treed67c93f6f2cce794c56c312861962372882ea4ae
parentbeffc17b843c57a6fbf697d458d28d02b2cba095
netfilter: nf_flowtable: fix documentation

commit 78e06cf430934fc3768c342cbebdd1013dcd6fa7 upstream.

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: 19b351f16fd9 ("netfilter: add flowtable documentation")
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/networking/nf_flowtable.txt