summaryrefslogtreecommitdiffstats
path: root/vstf/etc/vstf/perf/sw_perf.forwarding-settings
blob: 17f664342a47fc665f63507180e98b70a76d3038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "head": {
        "ip": "192.168.1.100",
        "namespace": "vstf-space-1"
    },

    "tail": {
        "ip": "192.168.1.101",
        "namespace": "vstf-space-2"
    },

    "Tnv":{
        "flows":[
            ["tester", 0],
            ["host", 0],
            ["host", 2],
            ["host", 3],
            ["host", 1],
            ["tester", 1]
        ],
        "watchers": [1, 4]
    },
    "Tn":{
        "flows":[
            ["tester", 0],
            ["host", 0],
            ["host", 1],
            ["tester", 1]
        ],
        "watchers": [1, 2]
    },
    "Tu":{
        "flows":[
            ["vm-200", 0],
            ["host", 2],
            ["host", 3],
            ["vm-201", 0]

        ],
        "watchers": [1, 2]
    },
    "Ti":{
        "flows":[
            ["tester", 1],
            ["host", 0],
            ["host", 2],
            ["vm-200", 0]
        ],
        "watchers": [1, 2]
    }
}