From 43fa81bd59f88abf425be84a48596a46f367f44b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 6 Dec 2022 15:03:33 +0100 Subject: doc: payload-expression.txt: Mention that 'ih' exists Back in commit b67abc51ba6f ("src: raw payload match and mangle on inner header / payload data") 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 Signed-off-by: Pablo Neira Ayuso --- doc/payload-expression.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3