summaryrefslogtreecommitdiffstats
path: root/doc/primary-expression.txt
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-09-05 11:16:43 +0200
committerFlorian Westphal <fw@strlen.de>2018-09-21 12:04:37 +0200
commit8f55ed41d007061bd8aae94fee2bda172c0e8996 (patch)
tree719531822c39a05e6370d6abe921bd4eb17f5dea /doc/primary-expression.txt
parent04ca9a6ba3ca369053e9b5951f2f85bf8fe98e72 (diff)
src: rename meta secpath to meta ipsec
for symmetry with 'rt ipsec'. "meta secpath" still works. Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/primary-expression.txt')
-rw-r--r--doc/primary-expression.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/primary-expression.txt b/doc/primary-expression.txt
index f217f839..6db7edae 100644
--- a/doc/primary-expression.txt
+++ b/doc/primary-expression.txt
@@ -4,7 +4,7 @@ META EXPRESSIONS
*meta* {length | nfproto | l4proto | protocol | priority}
[meta] {mark | iif | iifname | iiftype | oif | oifname | oiftype |
skuid | skgid | nftrace | rtclassid | ibrname | obrname | pkttype | cpu
-| iifgroup | oifgroup | cgroup | random | secpath}
+| iifgroup | oifgroup | cgroup | random | ipsec}
A meta expression refers to meta data associated with a packet.
@@ -88,7 +88,7 @@ integer (32 bit)
|random|
pseudo-random number|
integer (32 bit)
-|secpath|
+|ipsec|
boolean|
boolean (1 bit)
|====================
@@ -125,7 +125,7 @@ filter output meta oif eth0
filter output oif eth0
# packed was subject to ipsec processing
-raw prerouting meta secpath exists accept
+raw prerouting meta ipsec exists accept
-----------------------
SOCKET EXPRESSION