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 --- tests/py/inet/meta.t | 4 ++-- tests/py/inet/meta.t.payload | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/py/inet/meta.t b/tests/py/inet/meta.t index 644a96fd..df32332f 100644 --- a/tests/py/inet/meta.t +++ b/tests/py/inet/meta.t @@ -12,7 +12,7 @@ meta nfproto ipv4 tcp dport 22;ok meta nfproto ipv4 ip saddr 1.2.3.4;ok;ip saddr 1.2.3.4 meta nfproto ipv6 meta l4proto tcp;ok;meta nfproto ipv6 meta l4proto 6 meta nfproto ipv4 counter ip saddr 1.2.3.4;ok -meta secpath exists;ok -meta secpath missing;ok +meta ipsec exists;ok +meta secpath missing;ok;meta ipsec missing meta ibrname "br0";fail meta obrname "br0";fail diff --git a/tests/py/inet/meta.t.payload b/tests/py/inet/meta.t.payload index 2d0a66fa..d7ff7e2d 100644 --- a/tests/py/inet/meta.t.payload +++ b/tests/py/inet/meta.t.payload @@ -64,7 +64,7 @@ inet test-inet input [ payload load 4b @ network header + 12 => reg 1 ] [ cmp eq reg 1 0x04030201 ] -# meta secpath exists +# meta ipsec exists inet test-inet input [ meta load secpath => reg 1 ] [ cmp eq reg 1 0x00000001 ] -- cgit v1.2.3