summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/rt.t.json.output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/rt.t.json.output')
-rw-r--r--tests/py/inet/rt.t.json.output23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/py/inet/rt.t.json.output b/tests/py/inet/rt.t.json.output
new file mode 100644
index 00000000..1d3ecac1
--- /dev/null
+++ b/tests/py/inet/rt.t.json.output
@@ -0,0 +1,23 @@
+# meta nfproto ipv4 rt nexthop 192.168.0.1
+[
+ {
+ "match": {
+ "left": {
+ "meta": "nfproto"
+ },
+ "right": "ipv4"
+ }
+ },
+ {
+ "match": {
+ "left": {
+ "rt": {
+ "family": "ip",
+ "key": "nexthop"
+ }
+ },
+ "right": "192.168.0.1"
+ }
+ }
+]
+