summaryrefslogtreecommitdiffstats
path: root/tests/py/netdev/fwd.t.json.output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/netdev/fwd.t.json.output')
-rw-r--r--tests/py/netdev/fwd.t.json.output27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/py/netdev/fwd.t.json.output b/tests/py/netdev/fwd.t.json.output
new file mode 100644
index 00000000..8433e492
--- /dev/null
+++ b/tests/py/netdev/fwd.t.json.output
@@ -0,0 +1,27 @@
+# fwd to meta mark map { 0x00000001 : "lo", 0x00000002 : "lo"}
+[
+ {
+ "fwd": {
+ "dev": {
+ "map": {
+ "key": {
+ "meta": { "key": "mark" }
+ },
+ "data": {
+ "set": [
+ [
+ 1,
+ "lo"
+ ],
+ [
+ 2,
+ "lo"
+ ]
+ ]
+ }
+ }
+ }
+ }
+ }
+]
+