SEBA-597 Enable 'make latest' to build a functioning SiaB

Change-Id: I2d34a4476f49c9fe905783cf6a393fe00f7d208f
diff --git a/examples/add-trap-flow.json b/examples/add-trap-flow.json
new file mode 100644
index 0000000..14ebaa9
--- /dev/null
+++ b/examples/add-trap-flow.json
@@ -0,0 +1,30 @@
+ {
+   "flows": [
+     {
+       "priority": 40000,
+       "timeout": 0,
+       "isPermanent": true,
+       "deviceId": "of:0000aabbccddeeff",
+       "treatment": {
+         "instructions": [
+           {
+             "type": "OUTPUT",
+             "port": "CONTROLLER"
+           }
+         ]
+       },
+       "selector": {
+         "criteria": [
+           {
+             "type": "ETH_TYPE",
+             "ethType": "0x888e"
+           },
+           {
+             "type": "IN_PORT",
+             "port": "128"
+           }
+         ]
+       }
+     }
+   ]
+ }
\ No newline at end of file