All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc/payload-expression.txt: Mention that 'ih' exists
@ 2022-12-06 14:03 Harald Welte
  2022-12-06 16:12 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Harald Welte @ 2022-12-06 14:03 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Harald Welte, Harald Welte

Back in commit b67abc51ba6f78be79f344dfda9c6d0753d79aea a new
payload expression 'ih' was added, but the documentation wasn't updated
accordingly.

Let's at least mention in the man page that it exists at all.

Signed-off-by: Harald Welte <laforge@gnumonks.org>
---
 doc/payload-expression.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt
index 113f5bfc..9a761b71 100644
--- a/doc/payload-expression.txt
+++ b/doc/payload-expression.txt
@@ -556,6 +556,8 @@ Link layer, for example the Ethernet header
 Network header, for example IPv4 or IPv6
 |th|
 Transport Header, for example TCP
+|ih|
+Inner Header / Payload, i.e. after the L4 transport level header
 |==============================
 
 .Matching destination port of both UDP and TCP
-- 
2.38.1


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

* Re: [PATCH] doc/payload-expression.txt: Mention that 'ih' exists
  2022-12-06 14:03 [PATCH] doc/payload-expression.txt: Mention that 'ih' exists Harald Welte
@ 2022-12-06 16:12 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2022-12-06 16:12 UTC (permalink / raw)
  To: Harald Welte; +Cc: netfilter-devel, Harald Welte

On Tue, Dec 06, 2022 at 03:03:33PM +0100, Harald Welte wrote:
> Back in commit b67abc51ba6f78be79f344dfda9c6d0753d79aea a new
> payload expression 'ih' was added, but the documentation wasn't updated
> accordingly.
> 
> Let's at least mention in the man page that it exists at all.

Applied, thanks

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

end of thread, other threads:[~2022-12-06 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06 14:03 [PATCH] doc/payload-expression.txt: Mention that 'ih' exists Harald Welte
2022-12-06 16:12 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.