From 8f55ed41d007061bd8aae94fee2bda172c0e8996 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 5 Sep 2018 11:16:43 +0200 Subject: src: rename meta secpath to meta ipsec for symmetry with 'rt ipsec'. "meta secpath" still works. Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- doc/primary-expression.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3