aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/links/ev_9_onos.json
blob: 0b6b67b1530912b472df7852f8b89209a80c906d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "event": "addLink",
  "payload": {
    "id": "of:0000ffffffff0003/20-of:0000ffffffff0008/10",
    "type": "direct",
    "linkWidth": 2,
    "src": "of:0000ffffffff0003",
    "srcPort": "20",
    "dst": "of:0000ffffffff0008",
    "dstPort": "10",
    "props" : {
      "BW": "90 Gb"
    }
  }
}