summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/flowtable.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip6/flowtable.t.json')
-rw-r--r--tests/py/ip6/flowtable.t.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/tests/py/ip6/flowtable.t.json b/tests/py/ip6/flowtable.t.json
new file mode 100644
index 00000000..f707ae9a
--- /dev/null
+++ b/tests/py/ip6/flowtable.t.json
@@ -0,0 +1,60 @@
+# meter acct_out { meta iif . ip6 saddr timeout 600s counter }
+[
+ {
+ "meter": {
+ "key": {
+ "elem": {
+ "elem_timeout": 600,
+ "val": {
+ "concat": [
+ {
+ "meta": "iif"
+ },
+ {
+ "payload": {
+ "field": "saddr",
+ "name": "ip6"
+ }
+ }
+ ]
+ }
+ }
+ },
+ "name": "acct_out",
+ "stmt": {
+ "counter": null
+ }
+ }
+ }
+]
+
+# meter acct_out { ip6 saddr . meta iif timeout 600s counter }
+[
+ {
+ "meter": {
+ "key": {
+ "elem": {
+ "elem_timeout": 600,
+ "val": {
+ "concat": [
+ {
+ "payload": {
+ "field": "saddr",
+ "name": "ip6"
+ }
+ },
+ {
+ "meta": "iif"
+ }
+ ]
+ }
+ }
+ },
+ "name": "acct_out",
+ "stmt": {
+ "counter": null
+ }
+ }
+ }
+]
+