]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: Document limitations of ipsec expression with xfrm_interface
authorPhil Sutter <phil@nwl.cc>
Thu, 23 Jun 2022 15:49:20 +0000 (17:49 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 28 Jul 2022 07:45:11 +0000 (09:45 +0200)
Point at a possible solution to match IPsec info of locally generated
traffic routed to an xfrm-type interface.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>
doc/primary-expression.txt

index f97778b9762b5c469cf91a72fe4065a0a0d8bcae..4d6b0878b2529e93489834d346eef31b6e04db2d 100644 (file)
@@ -428,6 +428,10 @@ Destination address of the tunnel|
 ipv4_addr/ipv6_addr
 |=================================
 
+*Note:* When using xfrm_interface, this expression is not useable in output
+hook as the plain packet does not traverse it with IPsec info attached - use a
+chain in postrouting hook instead.
+
 NUMGEN EXPRESSION
 ~~~~~~~~~~~~~~~~~