summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/configs/l2-flow.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/configs/l2-flow.json')
-rw-r--r--framework/src/onos/tools/test/configs/l2-flow.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/framework/src/onos/tools/test/configs/l2-flow.json b/framework/src/onos/tools/test/configs/l2-flow.json
deleted file mode 100644
index 64bb5297..00000000
--- a/framework/src/onos/tools/test/configs/l2-flow.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "isPermanent": true,
- "priority": 100,
- "selector": {
- "criteria": [
- {
- "port": 2,
- "type": "IN_PORT"
- },
- {
- "mac": "00:00:00:00:11:22",
- "type": "ETH_SRC"
- },
- {
- "mac": "00:00:00:00:33:44",
- "type": "ETH_DST"
- }
- ]
- },
- "treatment": {
- "instructions": [
- {
- "port": 1,
- "type": "OUTPUT"
- }
- ]
- }
-} \ No newline at end of file