netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis
@ 2024-04-24 22:00 Phil Sutter
  2024-04-24 22:00 ` [nft PATCH 2/2] doc: nft.8: Highlight "hook" in flowtable description Phil Sutter
  2024-04-25 10:50 ` [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis Phil Sutter
  0 siblings, 2 replies; 3+ messages in thread
From: Phil Sutter @ 2024-04-24 22:00 UTC (permalink / raw)
  To: netfilter-devel

Just a missing asterisk somewhere.

Fixes: 1dd08fcfa07a4 ("src: add ct expectations support")
Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 doc/stateful-objects.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/stateful-objects.txt b/doc/stateful-objects.txt
index 00d3c5f104631..5824d53ad88f3 100644
--- a/doc/stateful-objects.txt
+++ b/doc/stateful-objects.txt
@@ -119,7 +119,7 @@ sport=41360 dport=22
 CT EXPECTATION
 ~~~~~~~~~~~~~~
 [verse]
-*add* *ct expectation*  ['family'] 'table' 'name' *{ protocol* 'protocol' *; dport* 'dport' *; timeout* 'timeout' *; size* 'size' *; [*l3proto* 'family' *;*] *}*
+*add* *ct expectation*  ['family'] 'table' 'name' *{ protocol* 'protocol' *; dport* 'dport' *; timeout* 'timeout' *; size* 'size' *;* [*l3proto* 'family' *;*] *}*
 *delete* *ct expectation*  ['family'] 'table' 'name'
 *list* *ct expectations*
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [nft PATCH 2/2] doc: nft.8: Highlight "hook" in flowtable description
  2024-04-24 22:00 [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis Phil Sutter
@ 2024-04-24 22:00 ` Phil Sutter
  2024-04-25 10:50 ` [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis Phil Sutter
  1 sibling, 0 replies; 3+ messages in thread
From: Phil Sutter @ 2024-04-24 22:00 UTC (permalink / raw)
  To: netfilter-devel

Lacking an explicit description of possible hook values, emphasising the
word in the description text should draw readers' attention in the right
direction.

Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 doc/nft.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/nft.txt b/doc/nft.txt
index 2080c07350f6d..e4eb982e75af8 100644
--- a/doc/nft.txt
+++ b/doc/nft.txt
@@ -747,8 +747,8 @@ protocols. Each entry also caches the destination interface and the gateway
 address - to update the destination link-layer address - to forward packets.
 The ttl and hoplimit fields are also decremented. Hence, flowtables provides an
 alternative path that allow packets to bypass the classic forwarding path.
-Flowtables reside in the ingress hook that is located before the prerouting
-hook. You can select which flows you want to offload through the flow
+Flowtables reside in the ingress *hook* that is located before the prerouting
+*hook*. You can select which flows you want to offload through the flow
 expression from the forward chain. Flowtables are identified by their address
 family and their name. The address family must be one of ip, ip6, or inet. The inet
 address family is a dummy family which is used to create hybrid IPv4/IPv6
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis
  2024-04-24 22:00 [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis Phil Sutter
  2024-04-24 22:00 ` [nft PATCH 2/2] doc: nft.8: Highlight "hook" in flowtable description Phil Sutter
@ 2024-04-25 10:50 ` Phil Sutter
  1 sibling, 0 replies; 3+ messages in thread
From: Phil Sutter @ 2024-04-25 10:50 UTC (permalink / raw)
  To: netfilter-devel

On Thu, Apr 25, 2024 at 12:00:47AM +0200, Phil Sutter wrote:
> Just a missing asterisk somewhere.
> 
> Fixes: 1dd08fcfa07a4 ("src: add ct expectations support")
> Signed-off-by: Phil Sutter <phil@nwl.cc>

Series applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-25 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24 22:00 [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis Phil Sutter
2024-04-24 22:00 ` [nft PATCH 2/2] doc: nft.8: Highlight "hook" in flowtable description Phil Sutter
2024-04-25 10:50 ` [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis Phil Sutter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).