... cannot be used in block quote, it breaks compilation, remove it.
Fix warnings due to missing blank line such as:
net-next/Documentation/networking/nf_flowtable.rst:142: WARNING: Block quote ends without a blank line; unexpected unindent.
Fixes: 143490cde566 ("docs: nf_flowtable: update documentation with enhancements")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
connection tracking table.
::
+
# conntrack -L
tcp 6 src=10.141.10.2 dst=192.168.10.2 sport=52728 dport=5201 src=192.168.10.2 dst=192.168.10.1 sport=5201 dport=52728 [OFFLOAD] mark=0 use=2
device (represented as eth0) in your switch/router.
::
+
fastpath bypass
.-------------------------.
/ \
definition, e.g.
::
+
table inet x {
flowtable f {
hook ingress priority 0; devices = { eth0, eth1 };
counter
}
- ...
}
Counter support is available since Linux kernel 5.7.
means of the 'offload' flag in your flowtable definition, e.g.
::
+
table inet x {
flowtable f {
hook ingress priority 0; devices = { eth0, eth1 };
flags offload;
}
- ...
}
There is a workqueue that adds the flows to the hardware. Note that a few